/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
HillHeightMap.java | 175 int yMin = Math.round(y - radius - 1);
186 if (yMin < 0) {
187 yMin = 0;
194 for (int j = yMin; j <= yMax; j++) {
|
/external/chromium_org/third_party/freetype/src/raster/ |
ftrend1.c | 168 cbox.yMin = FT_PIX_ROUND( cbox.yMin ); 173 cbox.yMin = FT_PIX_FLOOR( cbox.yMin ); 179 height = (FT_UInt)( ( cbox.yMax - cbox.yMin ) >> 6 ); 221 FT_Outline_Translate( outline, -cbox.xMin, -cbox.yMin ); 234 FT_Outline_Translate( outline, cbox.xMin, cbox.yMin );
|
/external/freetype/src/raster/ |
ftrend1.c | 168 cbox.yMin = FT_PIX_ROUND( cbox.yMin ); 173 cbox.yMin = FT_PIX_FLOOR( cbox.yMin ); 179 height = (FT_UInt)( ( cbox.yMax - cbox.yMin ) >> 6 ); 221 FT_Outline_Translate( outline, -cbox.xMin, -cbox.yMin ); 234 FT_Outline_Translate( outline, cbox.xMin, cbox.yMin );
|
/external/chromium_org/third_party/freetype/src/base/ |
ftbbox.c | 79 ( p->y < bbox.yMin || p->y > bbox.yMax ) 183 &user->bbox.yMin, 542 &user->bbox.yMin, 580 abbox->yMin = abbox->yMax = 0; 590 bbox.yMin = bbox.yMax = cbox.yMin = cbox.yMax = vec->y; 603 if ( y < cbox.yMin ) cbox.yMin = y; 612 if ( y < bbox.yMin ) bbox.yMin = y [all...] |
ftglyph.c | 131 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 ); 465 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0; 484 acbox->yMin = FT_PIX_FLOOR( acbox->yMin ); 494 acbox->yMin >>= 6;
|
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/freetype/src/base/ |
ftbbox.c | 79 ( p->y < bbox.yMin || p->y > bbox.yMax ) 183 &user->bbox.yMin, 542 &user->bbox.yMin, 580 abbox->yMin = abbox->yMax = 0; 590 bbox.yMin = bbox.yMax = cbox.yMin = cbox.yMax = vec->y; 603 if ( y < cbox.yMin ) cbox.yMin = y; 612 if ( y < bbox.yMin ) bbox.yMin = y [all...] |
ftglyph.c | 131 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 ); 465 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0; 484 acbox->yMin = FT_PIX_FLOOR( acbox->yMin ); 494 acbox->yMin >>= 6;
|
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/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/WebKit/Source/platform/fonts/ |
VDMXParser.cpp | 111 // yMin: (output) the descender value from the table (negative!) 116 // Returns true iff a suitable match are found. Otherwise, *yMax and *yMin are 120 bool parseVDMX(int* yMax, int* yMin, 192 *yMin = tempYMin;
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
DCR.h | 55 s16p16 yMin; /* y min coordinate */
|
DCR.c | 221 if( pRectA->xMax <= pRectA->xMin || pRectA->yMax <= pRectA->yMin ) 231 pRectA->yMin >> 16, 341 pRectA->yMin = ( ( ( lyL + ryL + 1 ) >> 1 ) - doffL ) << 16; 342 pRectA->yMax = ( pRectA->yMin + ( pRectA->xMax - pRectA->xMin ) ); 350 pRectA->yMin += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16; 355 pRectA->yMin += ( int32 )hdcrA->dcrE.offsE.yE << 16;
|
/external/chromium_org/third_party/freetype/src/smooth/ |
ftsmooth.c | 154 cbox.yMin = FT_PIX_FLOOR( cbox.yMin ); 169 if ( cbox.yMin < 0 && cbox.yMax > FT_INT_MAX + cbox.yMin ) 172 " yMin = %d, yMax = %d\n", 173 cbox.yMin >> 6, cbox.yMax >> 6 )); 178 height = ( cbox.yMax - cbox.yMin ) >> 6; 204 y_shift = (FT_Int) cbox.yMin;
|
/external/freetype/src/smooth/ |
ftsmooth.c | 154 cbox.yMin = FT_PIX_FLOOR( cbox.yMin ); 169 if ( cbox.yMin < 0 && cbox.yMax > FT_INT_MAX + cbox.yMin ) 172 " yMin = %d, yMax = %d\n", 173 cbox.yMin >> 6, cbox.yMax >> 6 )); 178 height = ( cbox.yMax - cbox.yMin ) >> 6; 204 y_shift = (FT_Int) cbox.yMin;
|
/external/chromium_org/third_party/ots/test/ |
side-by-side.cc | 78 bbox.yMin &= ~63; 81 FT_Outline_Translate(outline, -bbox.xMin, -bbox.yMin); 84 const int h = (bbox.yMax - bbox.yMin) >> 6;
|
/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/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/skia/src/sfnt/ |
SkOTTable_head.h | 79 SK_OT_SHORT yMin;
|
/external/skia/src/sfnt/ |
SkOTTable_head.h | 79 SK_OT_SHORT yMin;
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/ |
BackDropperFilter.java | [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
TerrainGrid.java | 395 int yMin = 0; 406 yMin = 1; 412 for (int i = yMin; i < yMax; i++) {
|
/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...] |