Home
last modified time | relevance | path

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

123456

/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
H A DGnomeFontInstance.cpp184 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions, in rasterizeGlyphs() argument
47 drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, le_int32 x, le_int32 y, le_int32 , le_int32 ) 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
H A DGnomeFontInstance.cpp184 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions, in rasterizeGlyphs() argument
47 drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, le_int32 x, le_int32 y, le_int32 , le_int32 ) 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...]
/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
H A Dsample.py54 positions = hb.buffer_get_glyph_positions (buf) variable
/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
/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
H A DSkGlyphBuffer.cpp32 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...]
H A DSkGlyphRun.h41 SkSpan<const SkPoint> positions() const { return fSource.get<1>(); } in positions() function in SkGlyphRun
/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...]
/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
/third_party/skia/tests/
H A DSkGlyphBufferTest.cpp101 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

Completed in 9 milliseconds

123456