/external/skqp/gm/ |
D | rrectclipdrawpaint.cpp | 36 constexpr SkPoint kPts[] = {{0.f, 0.f}, {256.f, 256.f}}; variable
|
D | stroke_rect_shader.cpp | 18 constexpr SkPoint kPts[] {{kRect.fLeft, kRect.fTop}, {kRect.fRight, kRect.fBottom}}; variable
|
D | modecolorfilters.cpp | 20 constexpr SkPoint kPts[] = {{0, 0}, {1, 1}}; in make_color_shader() local
|
D | coloremoji.cpp | 26 constexpr SkPoint kPts[] = { { 0, 0 }, { 32, 32 } }; in MakeLinear() local
|
D | gradients_no_texture.cpp | 95 constexpr SkPoint kPts[2] = { { 0, 0 }, in onDraw() local
|
/external/skia/gm/ |
D | rrectclipdrawpaint.cpp | 44 constexpr SkPoint kPts[] = {{0.f, 0.f}, {256.f, 256.f}}; variable
|
D | stroke_rect_shader.cpp | 30 constexpr SkPoint kPts[] {{kRect.fLeft, kRect.fTop}, {kRect.fRight, kRect.fBottom}}; variable
|
D | modecolorfilters.cpp | 34 constexpr SkPoint kPts[] = {{0, 0}, {1, 1}}; in make_color_shader() local
|
D | coloremoji.cpp | 40 constexpr SkPoint kPts[] = { { 0, 0 }, { 32, 32 } }; in MakeLinear() local
|
D | emptypath.cpp | 122 static constexpr SkPoint kPts[kPtsCount] = { variable
|
D | gradients_no_texture.cpp | 110 constexpr SkPoint kPts[2] = { { 0, 0 }, in onDraw() local
|
D | compositor_quads.cpp | 1003 static constexpr SkPoint kPts[] = { {0.f, 0.f}, {0.25f * kTileWidth, 0.25f * kTileHeight} }; in make_shader_renderers() local
|
/external/libwebm/testing/ |
D | video_frame_tests.cc | 14 const std::int64_t kPts = 12345; variable
|
/external/skqp/bench/ |
D | ClearBench.cpp | 24 static const SkPoint kPts[] = {{0, 0}, {10, 10}}; in make_shader() local
|
/external/skia/bench/ |
D | ClearBench.cpp | 24 static const SkPoint kPts[] = {{0, 0}, {10, 10}}; in make_shader() local
|
/external/skia/src/core/ |
D | SkPathBuilder.cpp | 648 const int kPts = 4; // moveTo + 3 lines in addRect() local 664 const int kPts = 9; // moveTo + 4 conics(2 pts each) in addOval() local
|
/external/skia/tests/ |
D | PathTest.cpp | 4151 const SkPoint kPts[] = {{4, 4}, {6, 6}, {8, 8}, {6, 8}, {4, 8}, {4, 6}, {4, 4}}; in test_contains() local
|
/external/skqp/tests/ |
D | PathTest.cpp | 4143 const SkPoint kPts[] = {{4, 4}, {6, 6}, {8, 8}, {6, 8}, {4, 8}, {4, 6}, {4, 4}}; in test_contains() local
|