/aosp_15_r20/external/skia/gm/ |
H A D | rrectclipdrawpaint.cpp | 44 constexpr SkPoint kPts[] = {{0.f, 0.f}, {256.f, 256.f}}; variable
|
H A D | stroke_rect_shader.cpp | 30 constexpr SkPoint kPts[] {{kRect.fLeft, kRect.fTop}, {kRect.fRight, kRect.fBottom}}; variable
|
H A D | modecolorfilters.cpp | 34 constexpr SkPoint kPts[] = {{0, 0}, {1, 1}}; in make_color_shader() local
|
H A D | emptypath.cpp | 123 static constexpr SkPoint kPts[kPtsCount] = { variable
|
H A D | coloremoji.cpp | 46 constexpr SkPoint kPts[] = { { 0, 0 }, { 32, 32 } }; in MakeLinear() local
|
H A D | strokedlines.cpp | 266 constexpr SkPoint kPts[] {{kRect.fLeft, kRect.fTop}, {kRect.fRight, kRect.fBottom}}; in draw_path() local
|
H A D | gradients_no_texture.cpp | 109 constexpr SkPoint kPts[2] = { { 0, 0 }, in onDraw() local
|
H A D | cubicpaths.cpp | 372 const SkPoint kPts[] = { { 0, 0 }, { s, s } }; in drawPath() local
|
H A D | compositor_quads.cpp | 1006 static constexpr SkPoint kPts[] = { {0.f, 0.f}, {0.25f * kTileWidth, 0.25f * kTileHeight} }; in make_shader_renderers() local
|
/aosp_15_r20/external/libwebm/testing/ |
H A D | video_frame_tests.cc | 14 const std::int64_t kPts = 12345; variable
|
/aosp_15_r20/external/skia/bench/ |
H A D | ClearBench.cpp | 25 static const SkPoint kPts[] = {{0, 0}, {10, 10}}; in make_shader() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkPathBuilder.cpp | 669 const int kPts = 4; // moveTo + 3 lines in addRect() local 685 const int kPts = 9; // moveTo + 4 conics(2 pts each) in addOval() local
|
/aosp_15_r20/external/skia/tests/graphite/precompile/ |
H A D | PaintParamsKeyTest.cpp | 721 static const SkPoint kPts[kMaxNumStops] = { in create_gradient_shader() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathTest.cpp | 4362 const SkPoint kPts[] = {{4, 4}, {6, 6}, {8, 8}, {6, 8}, {4, 8}, {4, 6}, {4, 4}}; in test_contains() local
|