Searched refs:descriptorProc (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkPaint.cpp | 424 descriptorProc(NULL, DetachDescProc, &cache, true); in getUnicharMetrics() 434 descriptorProc(NULL, DetachDescProc, &cache, true); in getGlyphMetrics() 445 descriptorProc(NULL, DetachDescProc, &cache, true); in findImage() 1163 this->descriptorProc(zoomPtr, FontMetricsDescProc, metrics, true); in getFontMetrics() 1646 void SkPaint::descriptorProc(const SkMatrix* deviceMatrix, in descriptorProc() function in SkPaint 1763 this->descriptorProc(deviceMatrix, DetachDescProc, &cache); in detachCache()
|
/external/skia/include/core/ |
D | SkPaint.h | 945 void descriptorProc(const SkMatrix* deviceMatrix,
|