Searched refs:setGlyphWidthAndBoundingBox (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/pdf/ |
D | SkPDFFont.cpp | 72 void setGlyphWidthAndBoundingBox(SkScalar width, SkIRect box, in setGlyphWidthAndBoundingBox() function 570 setGlyphWidthAndBoundingBox(glyph->advanceX(), glyphBBox, &content); in emit_subset_type3() 576 setGlyphWidthAndBoundingBox(glyph->advanceX(), glyphBBox, &content); in emit_subset_type3()
|
/third_party/skia/src/pdf/ |
D | SkPDFFont.cpp | 71 void setGlyphWidthAndBoundingBox(SkScalar width, SkIRect box, in setGlyphWidthAndBoundingBox() function 596 setGlyphWidthAndBoundingBox(glyph->advanceX(), glyphBBox, &content); in emit_subset_type3() 602 setGlyphWidthAndBoundingBox(glyph->advanceX(), glyphBBox, &content); in emit_subset_type3()
|