Home
last modified time | relevance | path

Searched defs:FontBlock (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/experimental/sktext/include/
DTypes.h188 struct FontBlock { struct
189 FontBlock(uint32_t count, sk_sp<FontChain> fontChain) in FontBlock() argument
193 FontBlock() : FontBlock(0, nullptr) { } in FontBlock() argument
194 FontBlock(FontBlock& block) { in FontBlock() function
199 ~FontBlock() { } in ~FontBlock() argument
209 struct ResolvedFontBlock { argument
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts689 export interface FontBlock { interface