HomeSort by relevance Sort by last modified time
    Searched refs:GlyphRect (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 564 struct GlyphRect {
608 GlyphRect* fAdjustBad;
898 fAdjustBad = new GlyphRect[entries];
904 GlyphRect& rect = fAdjustBad[index];
911 sk_bzero(&rect, sizeof(GlyphRect));
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 595 struct GlyphRect {
632 GlyphRect* fFBoundingBoxes;
875 fFBoundingBoxes = new GlyphRect[entries];
882 GlyphRect& rect = fFBoundingBoxes[boundingBoxesIndex];
    [all...]

Completed in 290 milliseconds