Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrTextBlob.cpp257 SkPath deviceOutline; in draw() local
258 path.transform(pathMatrix, &deviceOutline); in draw()
259 deviceOutline.setIsVolatile(true); in draw()
260 GrStyledShape shape(deviceOutline, paint); in draw()