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

1 2

  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 57 s16p16 yMax; /* y max coordinate */
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-head-table.hh 123 SHORT yMax; /* For all glyph bounding boxes. */
  /external/harfbuzz_ng/src/
hb-ot-head-table.hh 123 SHORT yMax; /* For all glyph bounding boxes. */
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableMeteringRectangle.java 34 /** (xmin, ymin, xmax, ymax, weight) */
46 int yMax = yMin + value.getHeight();
52 buffer.putInt(yMax);
61 int yMax = buffer.getInt();
65 int height = yMax - yMin;
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
481 yMax = 0;
490 yMin = yMax = vec->y;
504 if ( y > yMax ) yMax = y;
510 acbox->yMax = yMax;
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;
173 yMax = vMax->attrib[FRAG_ATTRIB_WPOS][1];
175 iyMax = (GLint) yMax + 1;
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_head.h 81 SK_OT_SHORT yMax;
SkOTTable_glyf.h 72 SK_OT_FWORD yMax;
  /external/freetype/src/base/
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
481 yMax = 0;
490 yMin = yMax = vec->y;
504 if ( y > yMax ) yMax = y;
510 acbox->yMax = yMax;
1051 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 47 GLfloat yMin, yMax;
173 yMax = vMax->attrib[FRAG_ATTRIB_WPOS][1];
175 iyMax = (GLint) yMax + 1;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
481 yMax = 0;
490 yMin = yMax = vec->y;
504 if ( y > yMax ) yMax = y;
510 acbox->yMax = yMax;
1048 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
  /external/skia/src/sfnt/
SkOTTable_head.h 81 SK_OT_SHORT yMax;
SkOTTable_glyf.h 72 SK_OT_FWORD yMax;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 119 BigEndianUShort yMax;
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 122 le_int16 yMax;
sfnt.h 288 le_int16 yMax;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.cc 303 double MatlabLine::yMax()
706 double yMax = _ylim[1];
712 yMax = std::max(yMax, (*it)->yMax());
713 yMax = std::max(yMax, fabs((*it)->yMin()));
717 _ylim[0] = -yMax;
718 _ylim[1] = yMax;
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 474 const deInt64 yMax = de::max(de::max(y0, y1), y2);
479 m_bboxMax.y() = ceilSubpixelToPixelCoord (yMax, m_verticalFill == FILL_TOP);
845 const deInt64 yMax = de::max(y0, y1) + toSubpixelCoord(1);
857 m_bboxMax.y() = de::clamp(ceilSubpixelToPixelCoord (yMax, true), m_viewport.y() - lineWidthPixels, m_viewport.y() + m_viewport.w() - 1);
    [all...]
  /external/icu/icu4c/source/samples/layout/
sfnt.h 159 le_int16 yMax;
  /external/icu/icu4c/source/test/letest/
FontObject.h 122 le_int16 yMax;
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 122 le_int16 yMax;
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 99 /* yMax :: The vertical maximum (top-most). */
108 /* Similarly, if `ymax' is positive, this value gives the glyph's */
118 FT_Pos xMax, yMax;
    [all...]
tttables.h 80 FT_Short yMax;
317 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp 121 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1);
125 for (int y = yMin; y <= yMax; y++)
153 int yMax = de::clamp(max4(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/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 435 int yMax = renderTarget.getHeight()-height+1;
437 int y = deRandom_getUint32(&rnd) % yMax;
    [all...]

Completed in 725 milliseconds

1 2