Searched defs:x2 (Results 1 - 25 of 100) sorted by last modified time

1234

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp544 float x2; 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.cpp460 float x2 = x1 + glyph.width; local
344 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
976 _GetEmptyLayoutBounds(float& x1, float& y1, float& x2, float& y2) const argument
[all...]
H A DTextEditor.cpp403 float x2; local
452 float x2; local
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp642 double x1, y1, x2, y2; local
/haiku/src/libs/bsd/
H A Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
/haiku/src/libs/agg/src/
H A Dagg_trans_affine.cpp163 double x2 = 1.0; local
182 double x2 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.cpp657 double x2 = x - 5.0; local
H A DPerspectiveBox.cpp412 double x2 = x - 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
692 double x2 = 1.0; local
711 double x2 = 1.0; local
[all...]
H A Dagg_trans_affine.h109 trans_affine(double x1, double y1, double x2, double y2, argument
116 trans_affine(const double* parl, double x1, double y1, double x2, double y2) argument
465 trans_affine_line_segment(double x1, double y1, double x2, double y2, double dist) argument
[all...]
/haiku/src/apps/terminal/
H A DTermView.cpp526 TermView::_InvalidateTextRect(int32 x1, int32 y1, int32 x2, int32 y2) argument
1048 float x2 = x1 + fFontWidth * width; local
1365 int32 x2 = std::min((int)(updateRect.right / fFontWidth), fColumns - 1); local
[all...]
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1869 static double ChiSquaredProbability (double x2, int v) argument
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp394 double x2 = 64.0; local
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp615 int32 x2 = (int32)max_c(a.x, b.x); local
1014 int32 x2 = min_c(fBaseRenderer.xmax(), right); local
1066 int32 x2 = min_c(fBaseRenderer.xmax(), right); local
1737 int32 x2 = min_c(fBaseRenderer.xmax(), right); local
[all...]
/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.h100 const int32 x2 = min_c(baseRenderer.xmax(), right); local
H A DDrawBitmapBilinear.h66 const int32 x2 = min_c(baseRenderer.xmax(), right); local
/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.c107 uint32_t x0, x1, x2, x3, x4, x5, x6, x7; local
/haiku/src/add-ons/accelerants/ati/
H A Drage128_overlay.cpp118 int32 x2 = window->h_start + window->width; local
H A Dmach64_overlay.cpp40 int32 x2 = window->h_start + window->width - 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.h96 int16 x2; member in struct:__anon8
105 int16 x2; 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 248 milliseconds

1234