Home
last modified time | relevance | path

Searched refs:getRec (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkGlyphCache.cpp384 const SkScalerContextRec& rec = fScalerContext->getRec(); in dump()
555 const SkScalerContextRec& rec = cache.getScalerContext()->getRec(); in dump_visitor()
578 const SkScalerContextRec& rec = cache.getScalerContext()->getRec(); in sk_trace_dump_visitor()
DSkScalerContext.h271 const Rec& getRec() const { return fRec; } in getRec() function