/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-shape.c | 78 hb_glyph_position_t *positions; in test_font() local
|
/third_party/skia/experimental/sktext/include/ |
H A D | Interface.h | 74 onGlyphRun(const SkFont& font, TextRange textRange, SkRect bounds, int trailingSpaces, int glyphCount, const uint16_t glyphs[], const SkPoint positions[], const TextIndex clusters[]) onGlyphRun() argument
|
/third_party/skia/include/core/ |
H A D | SkVertices.h | 45 MakeCopy(VertexMode mode, int vertexCount, const SkPoint positions[], const SkPoint texs[], const SkColor colors[]) MakeCopy() argument
|
H A D | SkTextBlob.h | 223 const SkPoint* positions; member [all...] |
/third_party/skia/experimental/sktext/tests/ |
H A D | WrappedText.cpp | 56 SkSpan<const SkPoint> positions; member
|
/third_party/skia/gm/ |
H A D | hardstop_gradients.cpp | 124 SkScalar* positions[NUM_ROWS] = { variable
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | paragraph.cpp | 253 const float *positions = visualRun->getPositions(); in draw() local
|
H A D | GDIFontInstance.cpp | 59 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, in drawGlyphs() argument
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | xmlreader.cpp | 186 UnicodeString text, glyphs, indices, positions; in readTestFile() local
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | xmlreader.cpp | 182 UnicodeString text, glyphs, indices, positions; in readTestFile() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.h | 132 const SourcePositionTable* positions; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineReferenceRenderer.cpp | 269 std::vector<tcu::Vec4> positions; in draw() local 300 std::vector<tcu::Vec4> positions; in draw() local 338 std::vector<tcu::Vec4> positions; in draw() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemBufferValidator.hpp | 54 const tcu::IVec4 positions[4]; member
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cNumberParsingTests.cpp | 314 static const std::vector<float> positions = member
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcAggressiveShaderOptimizationsTests.cpp | 427 static const float positions[] = { -1.0, 1.0, 1.0, 1.0, -1.0, -1.0, 1.0, -1.0 }; in renderAndGrabSurface() local
|
/third_party/skia/src/core/ |
H A D | SkVertices.cpp | 175 SkPoint* SkVertices::Builder::positions() { in positions() function in SkVertices::Builder
|
H A D | SkGlyphRunPainter.cpp | 143 auto positions = fRejects.source().get<1>(); in drawForBitmapDevice() local
|
H A D | SkGlyphRun.cpp | 157 auto positions = run.positions(); in makeBlob() local 24 SkGlyphRun(const SkFont& font, SkSpan<const SkPoint> positions, SkSpan<const SkGlyphID> glyphIDs, SkSpan<const char> text, SkSpan<const uint32_t> clusters, SkSpan<const SkVector> scaledRotations) SkGlyphRun() argument 197 SkSpan<const SkPoint> positions = draw_text_positions(font, glyphIDs, {0, 0}, fPositions); textToGlyphRunList() local 227 SkSpan<const SkPoint> positions; blobToGlyphRunList() local 273 auto positions = SkMakeSpan(fPositions.get(), count); convertRSXForm() local 328 makeGlyphRun( const SkFont& font, SkSpan<const SkGlyphID> glyphIDs, SkSpan<const SkPoint> positions, SkSpan<const char> text, SkSpan<const uint32_t> clusters, SkSpan<const SkVector> scaledRotations) makeGlyphRun() argument [all...] |
/third_party/skia/src/gpu/gradients/ |
H A D | GrGradientBitmapCache.cpp | 127 void GrGradientBitmapCache::fillGradient(const SkPMColor4f* colors, const SkScalar* positions, in fillGradient() argument 173 void GrGradientBitmapCache::getGradient(const SkPMColor4f* colors, const SkScalar* positions, in getGradient() argument
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | GDIFontInstance.cpp | 59 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, in drawGlyphs() argument
|
H A D | paragraph.cpp | 253 const float *positions = visualRun->getPositions(); in draw() local
|
/third_party/skia/modules/androidkit/src/ |
H A D | Canvas.cpp | 179 auto* positions = reinterpret_cast<SkPoint*>(compositePositions); in Canvas_DrawGlyphs() local
|
/third_party/skia/modules/skshaper/include/ |
H A D | SkShaper.h | 250 SkPoint* positions; // required, if (!offsets) put glyphs[i] at positions[i] member
|
/third_party/skia/experimental/sktext/src/ |
H A D | Paint.cpp | 54 onGlyphRun(const SkFont& font, DirTextRange dirTextRange, SkRect bounds, TextIndex trailingSpaces, size_t glyphCount, const uint16_t glyphs[], const SkPoint positions[], const TextIndex clusters[]) onGlyphRun() argument
|
/third_party/skia/modules/skparagraph/include/ |
H A D | Paragraph.h | 115 const SkPoint* positions; // count values member
|