HomeSort by relevance Sort by last modified time
    Searched defs:yMin (Results 1 - 25 of 31) sorted by null

1 2

  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 55 s16p16 yMin; /* y min coordinate */
  /external/chromium_org/third_party/skia/experimental/Intersection/
ConvexHull.cpp 25 size_t yMin = 0;
27 if (cubic[yMin].y > cubic[index].y || (cubic[yMin].y == cubic[index].y
28 && cubic[yMin].x > cubic[index].x)) {
29 yMin = index;
32 order[0] = yMin;
37 if (index == yMin) {
40 // rotate line from (yMin, index) to axis
43 int mask = other_two(yMin, index);
44 int side1 = yMin ^ mask
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-head-table.hh 121 SHORT yMin; /* For all glyph bounding boxes. */
  /external/harfbuzz_ng/src/
hb-ot-head-table.hh 121 SHORT yMin; /* For all glyph bounding boxes. */
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
479 yMin = 0;
490 yMin = yMax = vec->y;
503 if ( y < yMin ) yMin = y;
509 acbox->yMin = yMin;
1048 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatritemp.h 47 GLfloat yMin, yMax;
172 yMin = vMin->attrib[FRAG_ATTRIB_WPOS][1];
174 iyMin = (GLint) yMin;
189 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
258 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_head.h 79 SK_OT_SHORT yMin;
SkOTTable_glyf.h 70 SK_OT_FWORD yMin;
  /external/freetype/src/base/
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
479 yMin = 0;
490 yMin = yMax = vec->y;
503 if ( y < yMin ) yMin = y;
509 acbox->yMin = yMin;
1051 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 47 GLfloat yMin, yMax;
172 yMin = vMin->attrib[FRAG_ATTRIB_WPOS][1];
174 iyMin = (GLint) yMin;
189 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
258 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 118 BigEndianUShort yMin;
  /external/chromium_org/third_party/icu/source/samples/layout/
sfnt.h 157 le_int16 yMin;
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 120 le_int16 yMin;
sfnt.h 286 le_int16 yMin;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
FontObject.h 120 le_int16 yMin;
sfnt.h 286 le_int16 yMin;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.cc 292 double MatlabLine::yMin()
713 yMax = std::max(yMax, fabs((*it)->yMin()));
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 473 const deInt64 yMin = de::min(de::min(y0, y1), y2);
477 m_bboxMin.y() = floorSubpixelToPixelCoord (yMin, m_verticalFill == FILL_BOTTOM);
844 const deInt64 yMin = de::min(y0, y1) - toSubpixelCoord(1);
856 m_bboxMin.y() = de::clamp(floorSubpixelToPixelCoord(yMin, true), m_viewport.y() - lineWidthPixels, m_viewport.y() + m_viewport.w() - 1);
862 m_bboxMin.y() = de::clamp(floorSubpixelToPixelCoord(yMin, true), m_viewport.y(), m_viewport.y() + m_viewport.w() - 1)
    [all...]
  /external/icu/icu4c/source/samples/layout/
sfnt.h 157 le_int16 yMin;
  /external/icu/icu4c/source/test/letest/
FontObject.h 120 le_int16 yMin;
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 120 le_int16 yMin;
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 95 /* yMin :: The vertical minimum (bottom-most). */
106 /* If `yMin' is negative, this value gives the glyph's descender. */
117 FT_Pos xMin, yMin;
    [all...]
tttables.h 78 FT_Short yMin;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp 119 int yMin = de::clamp(min4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1);
125 for (int y = yMin; y <= yMax; y++)
151 int yMin = de::clamp(min4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1);
154 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
156 for (int y = yMin; y <= yMax; y++)
    [all...]
  /external/freetype/include/
ftimage.h 95 /* yMin :: The vertical minimum (bottom-most). */
106 /* If `yMin' is negative, this value gives the glyph's descender. */
117 FT_Pos xMin, yMin;
    [all...]

Completed in 236 milliseconds

1 2