Searched refs:hasTexCoords (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/src/gpu/ops/ |
D | DrawVerticesOp.cpp | 321 fLocalCoordsType = info.hasTexCoords() ? LocalCoordsType::kExplicit in DrawVerticesOpImpl() 661 SkTArray<SkPoint>* texCoords, bool hasTexCoords, in randomize_params() argument 666 if (hasTexCoords) { in randomize_params() 697 bool hasTexCoords = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local 706 &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices, in GR_DRAW_OP_TEST_DEFINE() 711 random, &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices, in GR_DRAW_OP_TEST_DEFINE()
|
/third_party/skia/src/core/ |
D | SkVerticesPriv.h | 26 bool hasTexCoords() const { return SkToBool(fVertices->fTexs); } in hasTexCoords() function
|
D | SkCanvas.cpp | 1809 if (paint.getShader() && !vertices->priv().hasTexCoords()) { in drawVertices()
|