Searched refs:fFBoundingBoxes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp670 /** Initializes fFBoundingBoxes and returns true on success.
677 * This routine initializes fFBoundingBoxes to an array of
681 * Returns true if fFBoundingBoxes is properly initialized. The table can only be properly
684 * TODO: A future optimization will compute fFBoundingBoxes once per fCTFont.
708 SkAutoTMalloc<GlyphRect> fFBoundingBoxes; member in class:SkScalerContext_Mac
723 , fFBoundingBoxes()
901 return SkToBool(fFBoundingBoxes.get());
921 fFBoundingBoxes.reset(entries);
928 GlyphRect& rect = fFBoundingBoxes[boundingBoxesIndex];
1005 const GlyphRect& gRect = fFBoundingBoxes[cgGlyp
[all...]
/external/skia/src/ports/
H A DSkFontHost_mac.cpp670 /** Initializes fFBoundingBoxes and returns true on success.
677 * This routine initializes fFBoundingBoxes to an array of
681 * Returns true if fFBoundingBoxes is properly initialized. The table can only be properly
684 * TODO: A future optimization will compute fFBoundingBoxes once per fCTFont.
708 SkAutoTMalloc<GlyphRect> fFBoundingBoxes; member in class:SkScalerContext_Mac
723 , fFBoundingBoxes()
901 return NULL != fFBoundingBoxes.get();
921 fFBoundingBoxes.reset(entries);
928 GlyphRect& rect = fFBoundingBoxes[boundingBoxesIndex];
1005 const GlyphRect& gRect = fFBoundingBoxes[cgGlyp
[all...]

Completed in 57 milliseconds