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

  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.h 35 GrFontCache* getFontCache() const { return fFontCache; }
GrBitmapTextContext.cpp 432 fStrike = fContext->getFontCache()->getStrike(scaler, false);
464 if (fContext->getFontCache()->freeUnusedPlot(fStrike) &&
471 fContext->getFontCache()->dump();
480 if (fContext->getFontCache()->freeUnusedPlot(fStrike) &&
GrDistanceFieldTextContext.cpp 248 fStrike = fContext->getFontCache()->getStrike(scaler, true);
284 if (fContext->getFontCache()->freeUnusedPlot(fStrike) &&
291 fContext->getFontCache()->dump();
300 if (fContext->getFontCache()->freeUnusedPlot(fStrike) &&
GrInOrderDrawBuffer.cpp 472 this->getContext()->getFontCache()->updateTextures();
    [all...]
  /external/skia/src/gpu/
GrTextStrike.h 35 GrFontCache* getFontCache() const { return fFontCache; }
GrBitmapTextContext.cpp 434 fStrike = fContext->getFontCache()->getStrike(scaler, false);
465 if (fContext->getFontCache()->freeUnusedPlot(fStrike) &&
472 fContext->getFontCache()->dump();
481 if (fContext->getFontCache()->freeUnusedPlot(fStrike) &&
GrDistanceFieldTextContext.cpp 204 fStrike = fContext->getFontCache()->getStrike(scaler, true);
239 if (fContext->getFontCache()->freeUnusedPlot(fStrike) &&
246 fContext->getFontCache()->dump();
255 if (fContext->getFontCache()->freeUnusedPlot(fStrike) &&
GrInOrderDrawBuffer.cpp 561 this->getContext()->getFontCache()->updateTextures();
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h     [all...]
  /external/skia/include/gpu/
GrContext.h     [all...]

Completed in 406 milliseconds