/third_party/skia/third_party/externals/angle2/util/ |
H A D | geometry_utils.h | 26 std::vector<angle::Vector3> positions; member 40 std::vector<angle::Vector3> positions; member
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | rsurface.cpp | 19 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 D | rsurface.cpp | 19 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 D | TextBlobBuilder_allocRunPos.cpp | 13 SkPoint positions[] = {{0, 0}, {10, 10}, {20, 20}, {40, 40}, {80, 80}}; in REG_FIDDLE() local
|
H A D | TextBlobBuilder_allocRunPosH.cpp | 13 SkScalar positions[] = {0, 10, 20, 40, 80}; in REG_FIDDLE() local
|
H A D | GradientShader_MakeLinear.cpp | 19 SkScalar positions[] = { 0.0, 0.65, 1.0 }; in REG_FIDDLE() local
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGGradient.cpp | 22 std::vector<SkScalar> positions; in onRevalidateShader() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/root/ |
H A D | root_pattern.h | 92 std::vector<Ace::RectF> positions; variable
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | letest.h | 47 float *positions; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | test.cc | 71 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main() local
|
/third_party/skia/gm/ |
H A D | fillrect_gradient.cpp | 53 std::vector<SkScalar> positions; in drawGradient() local
|
H A D | drawglyphs.cpp | 35 auto positions = SkMakeSpan(fPositions.begin(), fGlyphCount); variable
|
H A D | hardstop_gradients_many.cpp | 54 std::vector<SkScalar> positions; variable
|
/third_party/skia/bench/ |
H A D | HardStopGradientBench_ScaleNumColors.cpp | 66 SkScalar positions[100]; variable
|
H A D | HardStopGradientBench_SpecialHardStops.cpp | 86 SkScalar* positions = fKind == Kind::k001 ? pos_001 : variable
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | shader_effect_test.cpp | 121 float positions[NUM_50]; in OnTestPerformance() local
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_samples.c | 47 struct mali_sample_position positions[32]; member [all...] |
/third_party/skia/src/core/ |
H A D | SkVerticesPriv.h | 32 const SkPoint* positions() const { return fVertices->fPositions; } in positions() function in SkVerticesPriv
|
H A D | SkGlyphBuffer.cpp | 32 auto positions = source.get<1>(); in startSource() local 51 auto positions = source.get<1>(); in startBitmapDevice() local 84 auto positions = source.get<1>(); in startGPUDevice() local [all...] |
/third_party/rust/crates/memchr/src/tests/memchr/ |
H A D | testdata.rs | 337 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 D | vertices_fuzzer.cpp | 49 Point* positions = new Point[arr_size]; in VerticesFuzzTest000() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | vertices.cpp | 28 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 D | leperf.cpp | 45 float *positions = NULL; in iterate() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | BuiltinVariableTest.cpp | 62 static const float positions[] = {0.5, 0.5, -0.5, 0.5, 0.5, -0.5, -0.5, -0.5}; variable
|
/third_party/skia/tests/ |
H A D | SkGlyphBufferTest.cpp | 101 const SkPoint positions[] = {{10.25,10.25}, {20.5,10.25}, {30.75,10.25}, {40,10.25}}; in DEF_TEST() local 155 const SkPoint positions[] = {{10.25,10.25}, {20.5,10.25}, {30.75,10.25}, {40,10.25}}; in DEF_TEST() local
|