Searched refs:WriteKey (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/
H A DGrPath.cpp13 GrStyle::WriteKey(key, style, GrStyle::Apply::kPathEffectAndStrokeRec, SK_Scalar1);
H A DGrStyle.h74 static void WriteKey(uint32_t*, const GrStyle&, Apply, SkScalar scale, uint32_t flags = 0);
H A DGrStyle.cpp33 void GrStyle::WriteKey(uint32_t *key, const GrStyle &style, Apply apply, SkScalar scale, function in class:GrStyle
42 // 1. WriteKey with apply == kPathEffectAndStrokeRec
43 // 2. WriteKey with apply == kPathEffectOnly followed by WriteKey of a GrStyle made
H A DGrShape.cpp236 GrStyle::WriteKey(fInheritedKey.get() + parentCnt, parent.fStyle, apply, scale,
/external/skia/src/gpu/text/
H A DGrStencilAndCoverTextContext.cpp211 GrStyle::WriteKey(dst, style, GrStyle::Apply::kPathEffectAndStrokeRec, SK_Scalar1);

Completed in 127 milliseconds