/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
|
H A D | GnomeFontInstance.cpp | 184 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 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
|
H A D | GnomeFontInstance.cpp | 184 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 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...] |
/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
|
H A D | sample.py | 54 positions = hb.buffer_get_glyph_positions (buf) variable
|
/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
|
/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...] |
H A D | SkGlyphRun.h | 41 SkSpan<const SkPoint> positions() const { return fSource.get<1>(); } in positions() function in SkGlyphRun
|
/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...] |
/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
|