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

  /external/skia/src/gpu/text/
GrAtlasTextContext.cpp 121 auto glyphCache = context->contextPriv().getGlyphCache();
155 this->regenerateTextBlob(cacheBlob.get(), glyphCache,
167 this->regenerateTextBlob(sanityBlob.get(), glyphCache,
179 this->regenerateTextBlob(cacheBlob.get(), glyphCache,
189 GrGlyphCache* glyphCache,
215 this->drawDFText(cacheBlob, run, glyphCache, props, runPaint, scalerContextFlags,
222 this->drawDFPosText(cacheBlob, run, glyphCache, props, runPaint,
229 this->drawDFPosText(cacheBlob, run, glyphCache, props, runPaint,
238 DrawBmpText(cacheBlob, run, glyphCache, props, runPaint, scalerContextFlags,
243 DrawBmpPosText(cacheBlob, run, glyphCache, props, runPaint, scalerContextFlags
    [all...]
GrGlyphCache.cpp 40 GrGlyphCache* glyphCache = reinterpret_cast<GrGlyphCache*>(ptr);
42 StrikeHash::Iter iter(&glyphCache->fCache);
49 if (strike != glyphCache->fPreserveStrike && 0 == strike->fAtlasedGlyphs) {
50 glyphCache->fCache.remove(GrTextStrike::GetKey(*strike));
297 GrGlyphCache* glyphCache,
325 bool success = fullAtlasManager->addToAtlas(resourceProvider, glyphCache, this,
GrAtlasManager.cpp 77 GrAtlasManager::GrAtlasManager(GrProxyProvider* proxyProvider, GrGlyphCache* glyphCache,
82 , fGlyphCache(glyphCache) {
98 GrGlyphCache* glyphCache,
102 glyphCache->setStrikeToPreserve(strike);
GrAtlasTextContext.h 65 const GrGlyphCache* glyphCache,
69 , fMaxTextSize(glyphCache->getGlyphSizeLimit())
GrAtlasTextBlobVertexRegenerator.cpp 197 GrDeferredUploadTarget* uploadTarget, GrGlyphCache* glyphCache,
203 , fGlyphCache(glyphCache)
  /external/skia/src/atlastext/
SkInternalAtlasTextContext.h 36 GrGlyphCache* glyphCache();
SkAtlasTextTarget.cpp 186 auto glyphCache = context.grContext()->contextPriv().getGlyphCache();
194 &context, glyphCache, fullAtlasManager, &autoGlyphCache);
SkInternalAtlasTextContext.cpp 50 GrGlyphCache* SkInternalAtlasTextContext::glyphCache() {
  /external/skia/src/gpu/ops/
GrMeshDrawOp.h 157 virtual GrGlyphCache* glyphCache() const = 0;
GrAtlasTextOp.cpp 241 GrGlyphCache* glyphCache = target->glyphCache();
291 args.fColor, target->deferredUploadTarget(), glyphCache, fullAtlasManager,
  /external/skia/src/gpu/
GrOpFlushState.h 93 GrGlyphCache* glyphCache() const final;
GrOpFlushState.cpp 196 GrGlyphCache* GrOpFlushState::glyphCache() const {
GrContext.cpp 120 GrGlyphCache* glyphCache = this->contextPriv().getGlyphCache();
123 fFullAtlasManager = new GrAtlasManager(proxyProvider, glyphCache,
128 glyphCache->setGlyphSizeLimit(fFullAtlasManager->getGlyphSizeLimit());
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 42 SkAutoGlyphCache glyphCache(tmpPaint, &props, nullptr);
43 SkASSERT(glyphCache.get());
44 return glyphCache;
462 SkAutoGlyphCache glyphCache = SkPDFFont::MakeVectorCache(face, &emSize);
464 glyphCache.get(), &this->glyphUsage(), SkToS16(emSize), &defaultWidth);
538 SkAutoGlyphCache glyphCache = SkPDFFont::MakeVectorCache(typeface, &emSize);
540 SkScalar advance = glyphCache->getGlyphIDAdvance(0).fAdvanceX;
543 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX;
SkPDFDevice.cpp     [all...]
  /external/skqp/src/atlastext/
SkAtlasTextTarget.cpp 184 SkAutoGlyphCache glyphCache;
191 &glyphCache);
  /external/skqp/src/gpu/text/
GrStencilAndCoverTextContext.cpp 398 SkGlyphCache* glyphCache = this->getGlyphCache();
399 const SkTypeface* typeface = glyphCache->getScalerContext()->getTypeface();
400 const SkDescriptor* desc = &glyphCache->getDescriptor();
422 SkGlyphCache* glyphCache = this->getGlyphCache();
442 const SkGlyph& glyph = glyphCacheProc(glyphCache, &textPtr);
465 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text);
484 SkGlyphCache* glyphCache = this->getGlyphCache();
499 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text);
GrAtlasTextBlobVertexRegenerator.cpp 195 GrDeferredUploadTarget* uploadTarget, GrAtlasGlyphCache* glyphCache,
200 , fGlyphCache(glyphCache)
GrAtlasTextContext.cpp 456 GrColor color, SkGlyphCache* glyphCache,
459 *strike = fontCache->getStrike(glyphCache);
466 GrGlyph* glyph = (*strike)->getGlyph(skGlyph, id, glyphCache);
486 blob->appendGlyph(runIndex, glyphRect, color, *strike, glyph, glyphCache, skGlyph, sx, sy,
    [all...]
  /external/skqp/src/pdf/
SkPDFFont.cpp 42 SkAutoGlyphCache glyphCache(tmpPaint, &props, nullptr);
43 SkASSERT(glyphCache.get());
44 return glyphCache;
462 SkAutoGlyphCache glyphCache = SkPDFFont::MakeVectorCache(face, &emSize);
464 glyphCache.get(), &this->glyphUsage(), SkToS16(emSize), &defaultWidth);
538 SkAutoGlyphCache glyphCache = SkPDFFont::MakeVectorCache(typeface, &emSize);
540 SkScalar advance = glyphCache->getGlyphIDAdvance(0).fAdvanceX;
543 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX;
SkPDFDevice.cpp     [all...]
  /external/skqp/src/gpu/ops/
GrAtlasTextOp.cpp 259 SkAutoGlyphCache glyphCache;
266 target->deferredUploadTarget(), fFontCache, &glyphCache);
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]
  /external/skqp/src/xps/
SkXPSDevice.cpp     [all...]

Completed in 823 milliseconds