Searched refs:hasTexCoords (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDrawVerticesOp.cpp | 90 return fVertices->hasTexCoords() && !fIgnoreTexCoords; in hasExplicitLocalCoords() 639 SkTArray<SkPoint>* texCoords, bool hasTexCoords, in randomize_params() argument 644 if (hasTexCoords) { in randomize_params() 672 bool hasTexCoords = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local 681 &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices, in GR_DRAW_OP_TEST_DEFINE() 686 random, &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices, in GR_DRAW_OP_TEST_DEFINE()
|
/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()
|
/third_party/flutter/skia/src/core/ |
D | SkVertices.cpp | 312 this->hasTexCoords(), in approximateSize() 336 if (this->hasTexCoords()) { in encode() 352 this->hasTexCoords(), in encode()
|
/third_party/flutter/skia/include/core/ |
D | SkVertices.h | 215 bool hasTexCoords() const { return SkToBool(this->texCoords()); } in hasTexCoords() function
|
/third_party/flutter/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1534 bool hasTexs = vertices->hasTexCoords(); in drawVertices()
|