Searched refs:findPath (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkGlyphCache.h47 may be null. If they are null, call findImage or findPath for those.
94 const SkPath* findPath(const SkGlyph&);
H A DSkGlyphCache.cpp349 const SkPath* SkGlyphCache::findPath(const SkGlyph& glyph) { function in class:SkGlyphCache
H A DSkPaint.cpp2563 *path = fCache->findPath(glyph);
H A DSkDraw.cpp1977 const SkPath* path = cache->findPath(glyph);
/external/skia/src/core/
H A DSkGlyphCache.h47 may be null. If they are null, call findImage or findPath for those.
94 const SkPath* findPath(const SkGlyph&);
H A DSkGlyphCache.cpp349 const SkPath* SkGlyphCache::findPath(const SkGlyph& glyph) { function in class:SkGlyphCache
H A DSkPaint.cpp2574 *path = fCache->findPath(glyph);
H A DSkDraw.cpp1977 const SkPath* path = cache->findPath(glyph);
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGrFontScaler.cpp197 const SkPath* skPath = fStrike->findPath(glyph);
/external/skia/src/gpu/
H A DSkGrFontScaler.cpp197 const SkPath* skPath = fStrike->findPath(glyph);
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.cpp1422 const SkPath* path = cache->findPath(glyph);
/external/skia/src/pdf/
H A DSkPDFFont.cpp1422 const SkPath* path = cache->findPath(glyph);

Completed in 287 milliseconds