Home
last modified time | relevance | path

Searched refs:FontBlock (Results 1 – 5 of 5) sorted by relevance

/external/skia/experimental/sktext/include/
DProcessor.h35 class FontBlock : public Block {
37 FontBlock(const SkString& family, SkScalar size, SkFontStyle style, TextRange range) in FontBlock() function
102 bool shape(TextFontStyle fontStyle, SkTArray<FontBlock, true> fontBlocks);
185 SkTArray<FontBlock, true> fFontBlocks;
/external/skia/experimental/sktext/src/
DShaper.h22 SkFont createFont(const FontBlock& block);
DShaper.cpp44 SkFont Shaper::createFont(const FontBlock& block) { in createFont()
DProcessor.cpp14 bool Processor::shape(TextFontStyle fontStyle, SkTArray<FontBlock, true> fontBlocks) { in shape() argument
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts694 export interface FontBlock { interface
3046 ShapeText(text: string, runs: FontBlock[], width?: number): ShapedLine[];