Home
last modified time | relevance | path

Searched refs:MakeRec (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkScalerContext.h240 static void MakeRec(const SkPaint&, const SkDeviceProperties* deviceProperties,
DSkTypeface.cpp335 SkScalerContext::MakeRec(paint, NULL, NULL, &rec); in onComputeBounds()
DSkPaint.cpp1331 void SkScalerContext::MakeRec(const SkPaint& paint, in MakeRec() function in SkScalerContext
1617 SkScalerContext::MakeRec(paint, deviceProperties, deviceMatrix, rec); in fill_out_rec()
/external/skia/src/gpu/
DGrStencilAndCoverTextContext.cpp71 SkScalerContext::MakeRec(skPaint, &fDeviceProperties, NULL, &rec); in canDraw()