Home
last modified time | relevance | path

Searched defs:kPts (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/skia/gm/
H A Drrectclipdrawpaint.cpp44 constexpr SkPoint kPts[] = {{0.f, 0.f}, {256.f, 256.f}}; variable
H A Dstroke_rect_shader.cpp30 constexpr SkPoint kPts[] {{kRect.fLeft, kRect.fTop}, {kRect.fRight, kRect.fBottom}}; variable
H A Dmodecolorfilters.cpp34 constexpr SkPoint kPts[] = {{0, 0}, {1, 1}}; in make_color_shader() local
H A Demptypath.cpp123 static constexpr SkPoint kPts[kPtsCount] = { variable
H A Dcoloremoji.cpp46 constexpr SkPoint kPts[] = { { 0, 0 }, { 32, 32 } }; in MakeLinear() local
H A Dstrokedlines.cpp266 constexpr SkPoint kPts[] {{kRect.fLeft, kRect.fTop}, {kRect.fRight, kRect.fBottom}}; in draw_path() local
H A Dgradients_no_texture.cpp109 constexpr SkPoint kPts[2] = { { 0, 0 }, in onDraw() local
H A Dcubicpaths.cpp372 const SkPoint kPts[] = { { 0, 0 }, { s, s } }; in drawPath() local
H A Dcompositor_quads.cpp1006 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 Dvideo_frame_tests.cc14 const std::int64_t kPts = 12345; variable
/aosp_15_r20/external/skia/bench/
H A DClearBench.cpp25 static const SkPoint kPts[] = {{0, 0}, {10, 10}}; in make_shader() local
/aosp_15_r20/external/skia/src/core/
H A DSkPathBuilder.cpp669 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 DPaintParamsKeyTest.cpp721 static const SkPoint kPts[kMaxNumStops] = { in create_gradient_shader() local
/aosp_15_r20/external/skia/tests/
H A DPathTest.cpp4362 const SkPoint kPts[] = {{4, 4}, {6, 6}, {8, 8}, {6, 8}, {4, 8}, {4, 6}, {4, 4}}; in test_contains() local