Home
last modified time | relevance | path

Searched refs:glyphBBox (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/pdf/
DSkPDFFont.cpp558 SkIRect glyphBBox; in emit_subset_type3() local
565 glyphBBox = glyph->iRect(); in emit_subset_type3()
566 bbox.join(glyphBBox); in emit_subset_type3()
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/
DSkPDFFont.cpp584 SkIRect glyphBBox; in emit_subset_type3() local
591 glyphBBox = glyph->iRect(); in emit_subset_type3()
592 bbox.join(glyphBBox); in emit_subset_type3()
596 setGlyphWidthAndBoundingBox(glyph->advanceX(), glyphBBox, &content); in emit_subset_type3()
602 setGlyphWidthAndBoundingBox(glyph->advanceX(), glyphBBox, &content); in emit_subset_type3()