Home
last modified time | relevance | path

Searched refs:bottom_left (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/freetype/include/freetype/
Dftcolor.h1438 FT_Vector bottom_left; member
/third_party/skia/src/ports/
DSkFontHost_FreeType.cpp1116 bounds.xMin = colrGlyphBbox.bottom_left.x; in generateMetrics()
1117 bounds.xMax = colrGlyphBbox.bottom_left.x; in generateMetrics()
1118 bounds.yMin = colrGlyphBbox.bottom_left.y; in generateMetrics()
1119 bounds.yMax = colrGlyphBbox.bottom_left.y; in generateMetrics()
DSkFontHost_FreeType_common.cpp1043 resultPath = SkPath::Polygon({{SkFDot6ToScalar(colrGlyphClipBox.bottom_left.x), in GetClipBoxPath()
1044 -SkFDot6ToScalar(colrGlyphClipBox.bottom_left.y)}, in GetClipBoxPath()
/third_party/ffmpeg/libavfilter/
Dvf_deshake_opencl.c1001 cl_float2 bottom_left = transformed_point(0, frame_height, transform); in update_needed_crop() local
1015 bottom_left.s[0] in update_needed_crop()
1033 bottom_left.s[1] in update_needed_crop()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcolr.c918 clip_box->bottom_left = corners[0]; in tt_face_get_color_glyph_clipbox()