Home
last modified time | relevance | path

Searched defs:positions (Results 1 - 25 of 177) sorted by relevance

12345678

/third_party/skia/third_party/externals/angle2/util/
H A Dgeometry_utils.h26 std::vector<angle::Vector3> positions; member
40 std::vector<angle::Vector3> positions; member
/third_party/icu/icu4c/source/samples/layout/
H A Drsurface.cpp19 rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height) rs_drawGlyphs() argument
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Drsurface.cpp19 rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height) rs_drawGlyphs() argument
/third_party/skia/docs/examples/
H A DTextBlobBuilder_allocRunPos.cpp13 SkPoint positions[] = {{0, 0}, {10, 10}, {20, 20}, {40, 40}, {80, 80}}; in REG_FIDDLE() local
H A DTextBlobBuilder_allocRunPosH.cpp13 SkScalar positions[] = {0, 10, 20, 40, 80}; in REG_FIDDLE() local
H A DGradientShader_MakeLinear.cpp19 SkScalar positions[] = { 0.0, 0.65, 1.0 }; in REG_FIDDLE() local
/third_party/skia/modules/sksg/src/
H A DSkSGGradient.cpp22 std::vector<SkScalar> positions; in onRevalidateShader() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/root/
H A Droot_pattern.h92 std::vector<Ace::RectF> positions; variable
/third_party/icu/icu4c/source/test/letest/
H A Dletest.h47 float *positions; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest.cc71 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main() local
/third_party/skia/gm/
H A Dfillrect_gradient.cpp53 std::vector<SkScalar> positions; in drawGradient() local
H A Ddrawglyphs.cpp35 auto positions = SkMakeSpan(fPositions.begin(), fGlyphCount); variable
H A Dhardstop_gradients_many.cpp54 std::vector<SkScalar> positions; variable
/third_party/skia/bench/
H A DHardStopGradientBench_ScaleNumColors.cpp66 SkScalar positions[100]; variable
H A DHardStopGradientBench_SpecialHardStops.cpp86 SkScalar* positions = fKind == Kind::k001 ? pos_001 : variable
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dshader_effect_test.cpp121 float positions[NUM_50]; in OnTestPerformance() local
/kernel/linux/linux-5.10/fs/jffs2/
H A Dcompr_rtime.c36 unsigned short positions[256]; in jffs2_rtime_compress() local
80 unsigned short positions[256]; in jffs2_rtime_decompress() local
[all...]
/kernel/linux/linux-6.6/fs/jffs2/
H A Dcompr_rtime.c36 unsigned short positions[256]; in jffs2_rtime_compress() local
80 unsigned short positions[256]; in jffs2_rtime_decompress() local
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_samples.c47 struct mali_sample_position positions[32]; member
[all...]
/third_party/skia/src/core/
H A DSkVerticesPriv.h32 const SkPoint* positions() const { return fVertices->fPositions; } in positions() function in SkVerticesPriv
/third_party/rust/crates/memchr/src/tests/memchr/
H A Dtestdata.rs337 fn positions(&self, align: usize, reverse: bool) -> Vec<usize> { positions() functions
339 let mut positions = self.positions.to_vec(); positions() variables
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/vertices_fuzzer/
H A Dvertices_fuzzer.cpp49 Point* positions = new Point[arr_size]; in VerticesFuzzTest000() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dvertices.cpp28 MakeCopy(VertexMode mode, int vertexCount, const Point positions[], const Point texs[], const ColorQuad colors[], int indexCount, const uint16_t indices[]) MakeCopy() argument
39 MakeCopy(VertexMode mode, int vertexCount, const Point positions[], const Point texs[], const ColorQuad colors[]) MakeCopy() argument
/third_party/icu/icu4c/source/test/perf/leperf/
H A Dleperf.cpp45 float *positions = NULL; in iterate() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBuiltinVariableTest.cpp62 static const float positions[] = {0.5, 0.5, -0.5, 0.5, 0.5, -0.5, -0.5, -0.5}; variable

Completed in 6 milliseconds

12345678