Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGlyphBuffer.h51 struct GlyphBufferAdvance : CGSize { struct
53 GlyphBufferAdvance(CGSize size) : CGSize(size) in GlyphBufferAdvance() function
62 typedef FloatSize GlyphBufferAdvance; argument
DSimpleFontData.h172 bool applyTransforms(GlyphBufferGlyph*, GlyphBufferAdvance*, size_t, TypesettingFeatures) const in applyTransforms() argument