Home
last modified time | relevance | path

Searched defs:positions (Results 26 - 50 of 149) sorted by relevance

123456

/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-shape.c78 hb_glyph_position_t *positions; in test_font() local
/third_party/skia/experimental/sktext/include/
H A DInterface.h74 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 DSkVertices.h45 MakeCopy(VertexMode mode, int vertexCount, const SkPoint positions[], const SkPoint texs[], const SkColor colors[]) MakeCopy() argument
H A DSkTextBlob.h223 const SkPoint* positions; member
[all...]
/third_party/skia/experimental/sktext/tests/
H A DWrappedText.cpp56 SkSpan<const SkPoint> positions; member
/third_party/skia/gm/
H A Dhardstop_gradients.cpp124 SkScalar* positions[NUM_ROWS] = { variable
/third_party/icu/icu4c/source/samples/layout/
H A Dparagraph.cpp253 const float *positions = visualRun->getPositions(); in draw() local
H A DGDIFontInstance.cpp59 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 Dxmlreader.cpp186 UnicodeString text, glyphs, indices, positions; in readTestFile() local
/third_party/icu/icu4c/source/test/letest/
H A Dxmlreader.cpp182 UnicodeString text, glyphs, indices, positions; in readTestFile() local
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.h132 const SourcePositionTable* positions; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp269 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 DvktProtectedMemBufferValidator.hpp54 const tcu::IVec4 positions[4]; member
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cNumberParsingTests.cpp314 static const std::vector<float> positions = member
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcAggressiveShaderOptimizationsTests.cpp427 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 DSkVertices.cpp175 SkPoint* SkVertices::Builder::positions() { in positions() function in SkVertices::Builder
H A DSkGlyphRunPainter.cpp143 auto positions = fRejects.source().get<1>(); in drawForBitmapDevice() local
H A DSkGlyphRun.cpp157 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 DGrGradientBitmapCache.cpp127 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 DGDIFontInstance.cpp59 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, in drawGlyphs() argument
H A Dparagraph.cpp253 const float *positions = visualRun->getPositions(); in draw() local
/third_party/skia/modules/androidkit/src/
H A DCanvas.cpp179 auto* positions = reinterpret_cast<SkPoint*>(compositePositions); in Canvas_DrawGlyphs() local
/third_party/skia/modules/skshaper/include/
H A DSkShaper.h250 SkPoint* positions; // required, if (!offsets) put glyphs[i] at positions[i] member
/third_party/skia/experimental/sktext/src/
H A DPaint.cpp54 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 DParagraph.h115 const SkPoint* positions; // count values member

Completed in 14 milliseconds

123456