Home
last modified time | relevance | path

Searched refs:kColorOffset (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp455 static constexpr size_t kColorOffset = sizeof(SkPoint); in fillBuffers() local
456 size_t offset = kColorOffset; in fillBuffers()
476 *(uint32_t*)((intptr_t)verts + kColorOffset) = colors[j]; in fillBuffers()
478 *(uint32_t*)((intptr_t)verts + kColorOffset) = color; in fillBuffers()
/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph_builder.cc97 constexpr uint32_t kColorOffset = 0; variable
249 uint_data[shadow_count_offset + kColorOffset] ^ kColorDefault; in decodeTextShadows()
/third_party/flutter/skia/tests/
DOnFlushCallbackTest.cpp97 static const int kColorOffset = sizeof(SkPoint); in onPrepareDraws() local
143 GrColor* color = (GrColor*)((intptr_t)vertices + kColorOffset); in onPrepareDraws()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVertexAttributeTest.cpp3237 constexpr uint32_t kColorOffset = offsetof(Vertex, color); in TEST_P() local
3249 ASSERT_GT(numVertices * stride + kColorOffset, bufferSize); in TEST_P()
3309 reinterpret_cast<GLvoid *>(static_cast<uintptr_t>(kColorOffset))); in TEST_P()