Home
last modified time | relevance | path

Searched defs:kPts (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/gm/
H A Drrectclipdrawpaint.cpp44 constexpr SkPoint kPts[] = {{0.f, 0.f}, {256.f, 256.f}}; in DEF_SIMPLE_GM() local
H A Dmodecolorfilters.cpp34 constexpr SkPoint kPts[] = {{0, 0}, {1, 1}}; in make_color_shader() local
H A Dcoloremoji.cpp40 constexpr SkPoint kPts[] = { { 0, 0 }, { 32, 32 } }; in MakeLinear() local
H A Demptypath.cpp122 static constexpr SkPoint kPts[kPtsCount] = { member
H A Dgradients_no_texture.cpp110 constexpr SkPoint kPts[2] = { { 0, 0 }, variable
H A Dcompositor_quads.cpp1002 static constexpr SkPoint kPts[] = { {0.f, 0.f}, {0.25f * kTileWidth, 0.25f * kTileHeight} }; in make_shader_renderers() local
/third_party/skia/bench/
H A DClearBench.cpp24 static const SkPoint kPts[] = {{0, 0}, {10, 10}}; in make_shader() local
/third_party/skia/src/core/
H A DSkPathBuilder.cpp665 const int kPts = 4; // moveTo + 3 lines in addRect() local
681 const int kPts = 9; // moveTo + 4 conics(2 pts each) in addOval() local
/third_party/skia/tests/
H A DPathTest.cpp4183 const SkPoint kPts[] = {{4, 4}, {6, 6}, {8, 8}, {6, 8}, {4, 8}, {4, 6}, {4, 4}}; in test_contains() local

Completed in 15 milliseconds