Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPathCache.cpp124 static constexpr int kStrokeCapJoinIdx = 2; member in __anon65bed3390111::WriteKeyHelper
142 out[kStrokeMiterIdx] = out[kStrokeCapJoinIdx] = 0; in write()
147 out[kStrokeCapJoinIdx] = (stroke.getCap() << 16) | stroke.getJoin(); in write()
/external/skia/src/gpu/ccpr/
DGrCCPathCache.cpp124 static constexpr int kStrokeCapJoinIdx = 2; member in __anoneb72fd020111::WriteKeyHelper
142 out[kStrokeMiterIdx] = out[kStrokeCapJoinIdx] = 0; in write()
147 out[kStrokeCapJoinIdx] = (stroke.getCap() << 16) | stroke.getJoin(); in write()