HomeSort by relevance Sort by last modified time
    Searched refs:hasColors (Results 1 - 15 of 15) sorted by null

  /external/skqp/src/gpu/ops/
GrDrawAtlasOp.cpp 17 bool hasColors,
22 if (hasColors) {
128 this->hasColors(),
167 if (this->hasColors() != that->hasColors()) {
171 if (!this->hasColors() && this->color() != that->color()) {
187 if (this->hasColors()) {
233 bool hasColors) {
237 if (hasColors) {
250 bool hasColors = random->nextBool()
    [all...]
GrDrawAtlasOp.h 58 bool hasColors() const { return fHasColors; }
GrDrawVerticesOp.cpp 45 fColorArrayType = vertices->hasColors() ? ColorArrayType::kSkColor
590 SkTArray<uint32_t>* colors, bool hasColors,
597 if (hasColors) {
624 bool hasColors = random->nextBool();
631 &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices,
636 random, &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices,
GrDrawVerticesOp.h 118 return fVertices->hasColors() && !fIgnoreColors;
  /external/skia/src/gpu/ops/
GrDrawAtlasOp.cpp 56 bool hasColors() const { return fHasColors; }
77 bool hasColors,
82 if (hasColors) {
188 this->hasColors(),
230 if (this->hasColors() != that->hasColors()) {
234 if (!this->hasColors() && this->color() != that->color()) {
251 if (this->hasColors()) {
313 bool hasColors) {
317 if (hasColors) {
    [all...]
GrDrawVerticesOp.cpp 94 return fVertices->hasColors() && !fIgnoreColors;
148 fColorArrayType = vertices->hasColors() ? ColorArrayType::kSkColor
641 SkTArray<uint32_t>* colors, bool hasColors,
648 if (hasColors) {
675 bool hasColors = random->nextBool();
682 &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices,
687 random, &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices,
  /external/skia/src/core/
SkVertices.cpp 31 bool hasColors, bool hasBones) {
36 fCSize = hasColors ? safe.mul(vertexCount, sizeof(SkColor)) : 0;
97 bool hasColors = SkToBool(builderFlags & SkVertices::kHasColors_BuilderFlag);
101 SkVertices::Sizes(mode, vertexCount, indexCount, hasTexs, hasColors, hasBones));
313 this->hasColors(),
339 if (this->hasColors()) {
353 this->hasColors(),
394 const bool hasColors = SkToBool(packed & kHasColors_Mask);
397 Sizes sizes(mode, vertexCount, indexCount, hasTexs, hasColors, hasBones);
SkColorSpaceXformCanvas.cpp 101 if (vertices->hasColors()) {
  /external/skqp/src/core/
SkVertices.cpp 31 bool hasColors, bool hasBones) {
36 fCSize = hasColors ? safe.mul(vertexCount, sizeof(SkColor)) : 0;
97 bool hasColors = SkToBool(builderFlags & SkVertices::kHasColors_BuilderFlag);
101 SkVertices::Sizes(mode, vertexCount, indexCount, hasTexs, hasColors, hasBones));
313 this->hasColors(),
339 if (this->hasColors()) {
353 this->hasColors(),
394 const bool hasColors = SkToBool(packed & kHasColors_Mask);
397 Sizes sizes(mode, vertexCount, indexCount, hasTexs, hasColors, hasBones);
SkColorSpaceXformCanvas.cpp 101 if (vertices->hasColors()) {
  /external/clang/tools/diagtool/
TreeView.cpp 26 static bool hasColors(const llvm::raw_ostream &out) {
39 : out(out), ShowColors(hasColors(out)), FlagsOnly(false) {}
  /external/skia/include/core/
SkVertices.h 214 bool hasColors() const { return SkToBool(this->colors()); }
  /external/skqp/include/core/
SkVertices.h 214 bool hasColors() const { return SkToBool(this->colors()); }
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/skqp/src/gpu/
SkGpuDevice.cpp     [all...]

Completed in 434 milliseconds