Searched defs:y2 (Results 1 - 25 of 92) sorted by last modified time

1234

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp545 float y2; local
H A DTextDocumentLayout.cpp273 GetLineBounds(int32 lineIndex, float& x1, float& y1, float& x2, float& y2) argument
294 GetTextBounds(int32 textOffset, float& x1, float& y1, float& x2, float& y2) argument
H A DParagraphLayout.cpp344 GetLineBounds(int32 lineIndex, float& x1, float& y1, float& x2, float& y2) argument
380 GetTextBounds(int32 textOffset, float& x1, float& y1, float& x2, float& y2) argument
[all...]
H A DTextEditor.cpp404 float y2; local
453 float y2; local
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp642 double x1, y1, x2, y2; local
/haiku/src/libs/agg/src/
H A Dagg_trans_affine.cpp164 double y2 = 0.0; local
183 double y2 = 1.0; local
44 rect_to_parl(double x1, double y1, double x2, double y2, const double* parl) argument
57 parl_to_rect(const double* parl, double x1, double y1, double x2, double y2) argument
[all...]
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp658 double y2 = y - 5.0; local
H A DPerspectiveBox.cpp413 double y2 = y - 5.0; local
/haiku/headers/libs/agg/
H A Dagg_trans_perspective.h382 rect_to_quad(double x1, double y1, double x2, double y2, const double* q) argument
395 quad_to_rect(const double* q, double x1, double y1, double x2, double y2) argument
408 trans_perspective(double x1, double y1, double x2, double y2, const double* quad) argument
416 trans_perspective(const double* quad, double x1, double y1, double x2, double y2) argument
693 double y2 = 0.0; local
712 double y2 = 1.0; local
[all...]
H A Dagg_trans_affine.h109 trans_affine(double x1, double y1, double x2, double y2, argument
465 trans_affine_line_segment(double x1, double y1, double x2, double y2, argument
116 trans_affine(const double* parl, double x1, double y1, double x2, double y2) argument
[all...]
/haiku/src/apps/terminal/
H A DTermView.cpp526 TermView::_InvalidateTextRect(int32 x1, int32 y1, int32 x2, int32 y2) argument
1049 float y2 = y1 + fFontHeight; local
1369 int32 y2 = std::min(_LineAt(updateRect.bottom), (int32)fRows - 1); local
[all...]
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp395 double y2 = -64.0; local
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp583 int32 y2 = (int32)max_c(a.y, b.y); local
1017 int32 y2 = min_c(fBaseRenderer.ymax(), bottom); local
1069 int32 y2 = min_c(fBaseRenderer.ymax(), bottom); local
1740 int32 y2 = min_c(fBaseRenderer.ymax(), bottom); local
/haiku/src/servers/app/font/
H A DFontEngine.cpp68 double x1, y1, x2, y2, x3, y3; local
[all...]
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNearestNeighbor.h105 int32 y2 = min_c(baseRenderer.ymax(), bottom); local
H A DDrawBitmapBilinear.h71 int32 y2 = min_c(baseRenderer.ymax(), bottom); local
232 void DrawToClipRect(int32 xIndexL, int32 xIndexR, int32 y1, int32 y2) argument
321 DrawToClipRect(int32 xIndexL, int32 xIndexR, int32 y1, int32 y2) argument
411 DrawToClipRect(int32 xIndexL, int32 xIndexR, int32 y1, int32 y2) argument
[all...]
/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_conv_c.cpp22 unsigned long y2; local
92 unsigned long y2; local
[all...]
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp482 float x, y, x1, y1, x2, y2, rx, ry, angle; local
[all...]
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Daes.c108 uint32_t y1, y2, y3, y4, y5, y6, y7, y8, y9; local
/haiku/src/add-ons/translators/exr/
H A DEXRGamma.cpp38 float y2 = knee (x, f2); local
/haiku/src/add-ons/accelerants/ati/
H A Drage128_overlay.cpp119 int32 y2 = window->v_start + window->height; local
H A Dmach64_overlay.cpp41 int32 y2 = window->v_start + window->height - 1; local
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp192 float x1 = fSelectStart.x, y1 = fSelectStart.y, x2, y2; local
/haiku/headers/os/add-ons/graphics/
H A DGraphicsCard.h97 int16 y2; member in struct:__anon8
106 int16 y2; member in struct:__anon9
/haiku/src/preferences/screensaver/
H A DPreviewView.cpp48 scale2(int x1, int x2, int y1, int y2, BRect area) argument

Completed in 144 milliseconds

1234