Searched defs:yMax (Results 26 - 42 of 42) sorted by relevance

12

/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp474 const deInt64 yMax = de::max(de::max(y0, y1), y2); local
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);
863 m_bboxMax.y() = de::clamp(ceilSubpixelToPixelCoord (yMax, true), m_viewport.y(), m_viewport.y() + m_viewport.w() - 1);
/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp435 int yMax = renderTarget.getHeight()-height+1; local
437 int y = deRandom_getUint32(&rnd) % yMax;
H A Des3fMultisampleTests.cpp123 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); local
127 for (int y = yMin; y <= yMax; y++)
155 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); local
156 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
158 for (int y = yMin; y <= yMax; y++)
/external/freetype/include/
H A Dftimage.h99 /* yMax :: The vertical maximum (top-most). */
118 FT_Pos xMax, yMax; member in struct:FT_BBox_
H A Dtttables.h80 FT_Short yMax; member in struct:TT_Header_
/external/freetype/src/truetype/
H A Dttgload.c93 FT_Pos yMax,
102 *tsb = (FT_Short)( face->os2.sTypoAscender - yMax );
108 *tsb = (FT_Short)( face->horizontal.Ascender - yMax );
141 loader->bbox.yMax,
329 loader->bbox.yMax = FT_NEXT_SHORT( p );
334 FT_TRACE5(( " yMin: %4d yMax: %4d\n", loader->bbox.yMin,
335 loader->bbox.yMax ));
1318 * tsb = DefaultAscender - yMax ,
1368 (loader)->pp3.y = (loader)->bbox.yMax + (loader)->top_bearing; \
1384 (loader)->pp3.y = (loader)->bbox.yMax
91 TT_Get_VMetrics( TT_Face face, FT_UInt idx, FT_Pos yMax, FT_Short* tsb, FT_UShort* ah ) argument
[all...]
/external/icu/icu4c/source/test/letest/
H A Dsfnt.h288 le_int16 yMax; member in struct:HEADTable
/external/icu/icu4c/source/test/perf/leperf/
H A Dsfnt.h288 le_int16 yMax; member in struct:HEADTable
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftimage.h99 /* yMax :: The vertical maximum (top-most). */
118 FT_Pos xMax, yMax; member in struct:FT_BBox_
H A Dtttables.h80 FT_Short yMax; member in struct:TT_Header_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftimage.h99 /* yMax :: The vertical maximum (top-most). */
118 FT_Pos xMax, yMax; member in struct:FT_BBox_
H A Dtttables.h80 FT_Short yMax; member in struct:TT_Header_
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp573 int yMax = renderTarget.getHeight()-height+1; local
575 int y = deRandom_getUint32(&rnd) % yMax;
H A Des2fMultisampleTests.cpp121 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); local
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); local
154 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
156 for (int y = yMin; y <= yMax; y++)
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 284 milliseconds

12