Searched refs:yMin (Results 1 - 25 of 69) sorted by relevance

123

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DHillHeightMap.java175 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/
H A Dftrend1.c167 cbox.yMin = FT_PIX_ROUND( cbox.yMin );
172 cbox.yMin = FT_PIX_FLOOR( cbox.yMin );
178 height = (FT_UInt)( ( cbox.yMax - cbox.yMin ) >> 6 );
213 FT_Outline_Translate( outline, -cbox.xMin, -cbox.yMin );
226 FT_Outline_Translate( outline, cbox.xMin, cbox.yMin );
/external/freetype/src/raster/
H A Dftrend1.c168 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/
H A Dftbbox.c77 ( p->y < bbox.yMin || p->y > bbox.yMax )
181 &user->bbox.yMin,
555 &user->bbox.yMin,
593 abbox->yMin = abbox->yMax = 0;
603 bbox.yMin = bbox.yMax = cbox.yMin = cbox.yMax = vec->y;
616 if ( y < cbox.yMin ) cbox.yMin = y;
625 if ( y < bbox.yMin ) bbox.yMin
[all...]
H A Dftglyph.c129 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 );
463 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
482 acbox->yMin = FT_PIX_FLOOR( acbox->yMin );
492 acbox->yMin >>= 6;
H A Dftoutln.c463 FT_Pos xMin, yMin, xMax, yMax; local
471 yMin = 0;
482 yMin = yMax = vec->y;
495 if ( y < yMin ) yMin = y;
501 acbox->yMin = yMin;
/external/freetype/src/base/
H A Dftbbox.c79 ( 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
[all...]
H A Dftglyph.c131 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;
H A Dftoutln.c471 FT_Pos xMin, yMin, xMax, yMax; local
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/
H A Dhb-ot-head-table.hh121 SHORT yMin; /* For all glyph bounding boxes. */ member in struct:OT::head
/external/harfbuzz_ng/src/
H A Dhb-ot-head-table.hh121 SHORT yMin; /* For all glyph bounding boxes. */ member in struct:OT::head
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftsmooth.c142 cbox.yMin = FT_PIX_FLOOR( cbox.yMin );
156 if ( cbox.yMin < 0 && cbox.yMax > FT_INT_MAX + cbox.yMin )
159 " yMin = %d, yMax = %d\n",
160 cbox.yMin >> 6, cbox.yMax >> 6 ));
164 height = (FT_UInt)( ( cbox.yMax - cbox.yMin ) >> 6 );
193 y_shift = (FT_Int) cbox.yMin;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DVDMXParser.cpp109 // yMin: (output) the descender value from the table (negative!)
114 // Returns true iff a suitable match are found. Otherwise, *yMax and *yMin are
118 bool parseVDMX(int* yMax, int* yMin, argument
190 *yMin = tempYMin;
/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DDCR.h55 s16p16 yMin; /* y min coordinate */ member in struct:__anon23320
H A DDCR.c221 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/freetype/src/smooth/
H A Dftsmooth.c154 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/
H A Dside-by-side.cc78 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/
H A Ds_aatritemp.h47 GLfloat yMin, yMax; variable
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/
H A Ds_aatritemp.h47 GLfloat yMin, yMax; variable
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/
H A DSkOTTable_head.h79 SK_OT_SHORT yMin; member in struct:SkOTTableHead
/external/skia/src/sfnt/
H A DSkOTTable_head.h79 SK_OT_SHORT yMin; member in struct:SkOTTableHead
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainGrid.java395 int yMin = 0;
406 yMin = 1;
412 for (int i = yMin; i < yMax; i++) {
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftimage.h96 /* yMin :: The vertical minimum (bottom-most). */
107 /* If `yMin' is negative, this value gives the glyph's descender. */
118 FT_Pos xMin, yMin; member in struct:FT_BBox_
H A Dtttables.h78 FT_Short yMin; member in struct:TT_Header_
/external/chromium_org/third_party/icu/source/test/letest/
H A DFontObject.h120 le_int16 yMin; member in struct:HEADTable

Completed in 948 milliseconds

123