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

  /external/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.cpp 130 fStrike = fContext->getFontCache()->getStrike(scaler, false);
132 fStrike = fContext->getFontCache()->getStrike(scaler);
164 fContext->getFontCache()->freePlotExceptFor(fStrike);
171 fContext->getFontCache()->dump();
180 fContext->getFontCache()->purgeExceptFor(fStrike);
GrDistanceFieldTextContext.cpp 126 fStrike = fContext->getFontCache()->getStrike(scaler, true);
161 fContext->getFontCache()->freePlotExceptFor(fStrike);
168 fContext->getFontCache()->dump();
177 fContext->getFontCache()->purgeExceptFor(fStrike);
GrTextStrike.h 36 GrFontCache* getFontCache() const { return fFontCache; }
  /external/skia/src/gpu/
GrBitmapTextContext.cpp 130 fStrike = fContext->getFontCache()->getStrike(scaler, false);
132 fStrike = fContext->getFontCache()->getStrike(scaler);
164 fContext->getFontCache()->freePlotExceptFor(fStrike);
171 fContext->getFontCache()->dump();
180 fContext->getFontCache()->purgeExceptFor(fStrike);
GrDistanceFieldTextContext.cpp 126 fStrike = fContext->getFontCache()->getStrike(scaler, true);
161 fContext->getFontCache()->freePlotExceptFor(fStrike);
168 fContext->getFontCache()->dump();
177 fContext->getFontCache()->purgeExceptFor(fStrike);
GrTextStrike.h 36 GrFontCache* getFontCache() const { return fFontCache; }
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h     [all...]
  /external/skia/include/gpu/
GrContext.h     [all...]

Completed in 40 milliseconds