Searched refs:xMin (Results 26 - 50 of 118) sorted by last modified time

12345

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dpsobjs.c1213 bbox->xMin = FT_RoundFix( temp[0] );
1258 bbox->xMin = FT_RoundFix( temp[i ] );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftrend1.c167 cbox.xMin = FT_PIX_ROUND( cbox.xMin );
172 cbox.xMin = FT_PIX_FLOOR( cbox.xMin );
178 width = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 );
221 FT_Outline_Translate( outline, -cbox.xMin, -cbox.yMin );
234 FT_Outline_Translate( outline, cbox.xMin, cbox.yMin );
240 slot->bitmap_left = (FT_Int)( cbox.xMin >> 6 );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dsfobjs.c984 root->bbox.xMin = face->header.xMin;
H A Dttload.c579 FT_FRAME_SHORT ( xMin ),
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c1814 if ( ras.max_ex <= clip->xMin || ras.min_ex >= clip->xMax ||
1818 if ( ras.min_ex < clip->xMin ) ras.min_ex = clip->xMin;
1985 ras.clip_box.xMin = 0;
1994 ras.clip_box.xMin = -32768L;
H A Dftsmooth.c153 cbox.xMin = FT_PIX_FLOOR( cbox.xMin );
158 if ( cbox.xMin < 0 && cbox.xMax > FT_INT_MAX + cbox.xMin )
161 " xMin = %d, xMax = %d\n",
162 cbox.xMin >> 6, cbox.xMax >> 6 ));
167 width = ( cbox.xMax - cbox.xMin ) >> 6;
203 x_shift = (FT_Int) cbox.xMin;
205 x_left = (FT_Int)( cbox.xMin >> 6 );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgload.c329 loader->bbox.xMin = FT_NEXT_SHORT( p );
335 FT_TRACE5(( " xMin: %4d xMax: %4d\n", loader->bbox.xMin,
1280 (loader)->pp1.x = (loader)->bbox.xMin - (loader)->left_bearing; \
1420 loader->bbox.xMin = 0;
1735 glyph->metrics.horiBearingX = bbox.xMin;
1777 glyph->metrics.width = bbox.xMax - bbox.xMin;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1afm.c288 t1_face->bbox.xMin = fi->FontBBox.xMin >> 16;
H A Dt1driver.c226 sizeof ( type1->font_bbox.xMin ) )
237 val = type1->font_bbox.xMin;
H A Dt1gload.c369 /* the left side bearing is the xMin, and the top side */
473 metrics->width = cbox.xMax - cbox.xMin;
476 metrics->horiBearingX = cbox.xMin;
H A Dt1objs.c462 root->bbox.xMin = type1->font_bbox.xMin >> 16;
H A Dt1tokens.h117 T1_FIELD_BBOX( "FontBBox", xMin, T1_FIELD_DICT_FONTDICT )
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp250 bbox.left = cbox.xMin;
255 bbox.left = cbox.xMin * 1000 / pixel_size_x;
/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DDCR.c221 if( pRectA->xMax <= pRectA->xMin || pRectA->yMax <= pRectA->yMin )
230 rectL = bts_Int16Rect_create( pRectA->xMin >> 16,
339 pRectA->xMin = ( lxL - doffL ) << 16;
342 pRectA->yMax = ( pRectA->yMin + ( pRectA->xMax - pRectA->xMin ) );
345 pRectA->xMin += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16;
354 pRectA->xMin += ( int32 )hdcrA->dcrE.offsE.xE << 16;
H A DDCR.h54 s16p16 xMin; /* x min coordinate */ member in struct:__anon28061
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h156 le_int16 xMin; member in struct:HEADTable
/external/icu/icu4c/source/test/letest/
H A DFontObject.h119 le_int16 xMin; member in struct:HEADTable
H A Dsfnt.h285 le_int16 xMin; member in struct:HEADTable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h119 le_int16 xMin; member in struct:HEADTable
H A Dsfnt.h285 le_int16 xMin; member in struct:HEADTable
/external/harfbuzz_ng/src/
H A Dhb-ot-head-table.hh120 SHORT xMin; /* For all glyph bounding boxes. */ member in struct:OT::head
/external/fonttools/Lib/fontTools/misc/
H A DarrayTools.py13 (xMin, yMin, xMax, yMax)
23 tuple: (xMin, yMin, xMax, yMax)
25 xMin, yMin, xMax, yMax = calcBounds(array)
26 xMin = int(math.floor(xMin))
30 return xMin, yMin, xMax, yMax
36 xMin, yMin, xMax, yMax = bounds
37 return min(xMin, x), min(yMin, y), max(xMax, x), max(yMax, y)
42 xMin, yMin, xMax, yMax = rect
43 return (xMin <
[all...]
/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py715 if hasattr(glyph, "xMin"):
716 offset = self.lsb - glyph.xMin
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_g_l_y_f.py84 writer.comment("The xMin, yMin, xMax and yMax values\nwill be recalculated by the compiler.")
99 ("xMin", glyph.xMin),
125 for attr in ['xMin', 'yMin', 'xMax', 'yMax']:
176 xMin: h
604 self.xMin, self.yMin, self.xMax, self.yMax = calcIntBounds(onCurveCoords)
606 self.xMin, self.yMin, self.xMax, self.yMax = calcIntBounds(coords)
608 self.xMin, self.yMin, self.xMax, self.yMax = (0, 0, 0, 0)
H A D_h_h_e_a.py63 rsb = width - lsb - (g.xMax - g.xMin)
65 extent = lsb + (g.xMax - g.xMin)

Completed in 215 milliseconds

12345