Searched refs:xMin (Results 26 - 50 of 90) sorted by relevance

1234

/external/skia/src/sfnt/
H A DSkOTTable_head.h78 SK_OT_SHORT xMin; member in struct:SkOTTableHead
H A DSkOTTable_glyf.h69 SK_OT_FWORD xMin; member in struct:SkOTTableGlyphData
/external/freetype/include/
H A Dftimage.h93 /* xMin :: The horizontal minimum (left-most). */
111 /* `xMin' gives the horizontal distance from the glyph's origin to */
112 /* the left edge of the glyph's bounding box. If `xMin' is negative, */
117 FT_Pos xMin, yMin; member in struct:FT_BBox_
H A Dtttables.h96 FT_Short xMin; member in struct:TT_Header_
/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/pdfium/third_party/freetype/include/freetype/
H A Dftimage.h93 /* xMin :: The horizontal minimum (left-most). */
111 /* `xMin' gives the horizontal distance from the glyph's origin to */
112 /* the left edge of the glyph's bounding box. If `xMin' is negative, */
117 FT_Pos xMin, yMin; member in struct:FT_BBox_
H A Dtttables.h96 FT_Short xMin; member in struct:TT_Header_
/external/pdfium/third_party/freetype/src/cid/
H A Dcidobjs.c426 cidface->bbox.xMin = cid->font_bbox.xMin >> 16;
H A Dcidgload.c335 /* the left side bearing is the xMin, and the top side */
427 metrics->width = cbox.xMax - cbox.xMin;
430 metrics->horiBearingX = cbox.xMin;
/external/pdfium/third_party/freetype/src/type1/
H A Dt1afm.c288 t1_face->bbox.xMin = fi->FontBBox.xMin >> 16;
H A Dt1gload.c371 /* the left side bearing is the xMin, and the top side */
477 metrics->width = cbox.xMax - cbox.xMin;
480 metrics->horiBearingX = cbox.xMin;
H A Dt1objs.c459 root->bbox.xMin = type1->font_bbox.xMin >> 16;
H A Dt1driver.c228 sizeof ( type1->font_bbox.xMin ) )
239 val = type1->font_bbox.xMin;
/external/dng_sdk/source/
H A Ddng_lens_correction.cpp1121 int32 xMin = INT_MAX;
1179 xMin = Min_int32 (xMin, x);
1205 xMin = SafeInt32Sub(xMin, pad);
1214 xMin,
/external/harfbuzz_ng/src/
H A Dhb-ot-font.cc195 extents->x_bearing = MIN (glyph_header.xMin, glyph_header.xMax);
197 extents->width = MAX (glyph_header.xMin, glyph_header.xMax) - extents->x_bearing;
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp541 int16_t width = bbox.xMax - bbox.xMin;
582 info->fBBox = SkIRect::MakeLTRB(face->bbox.xMin, face->bbox.yMax,
1050 bbox->xMin += dx;
1058 bbox->xMin &= ~63;
1072 bbox->xMin += vector.x;
1146 glyph->fWidth = SkToU16(SkFDot6Floor(bbox.xMax - bbox.xMin));
1149 glyph->fLeft = SkToS16(SkFDot6Floor(bbox.xMin));
1338 xmin = SkIntToScalar(face->bbox.xMin) / upem;
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafont.cpp108 rtBBox.left = FPF_EM_ADJUST(x_ppem, cbox.xMin);
/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp507 const deInt64 xMin = de::min(de::min(x0, x1), x2); local
512 m_bboxMin.x() = floorSubpixelToPixelCoord (xMin, m_horizontalFill == FILL_LEFT);
887 const deInt64 xMin = de::min(x0, x1) - toSubpixelCoord(1);
897 m_bboxMin.x() = de::clamp(floorSubpixelToPixelCoord(xMin, true), m_viewport.x(), m_viewport.x() + m_viewport.z() - 1);
911 m_bboxMin.x() = de::clamp(floorSubpixelToPixelCoord(xMin, true), m_viewport.x() - lineWidthPixels, m_viewport.x() + m_viewport.z() - 1);
1107 const deInt64 xMin = de::min(x0, x1) - toSubpixelCoord(1);
1112 m_bboxMin.x() = floorSubpixelToPixelCoord(xMin, true);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp300 bbox.left = cbox.xMin;
305 bbox.left = cbox.xMin * 1000 / pixel_size_x;
/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)
/external/fonttools/Tools/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)

Completed in 660 milliseconds

1234