Home
last modified time | relevance | path

Searched refs:fChunkAlignmentFactor (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/svg/src/
DSkSVGTextPriv.h198 float fChunkAlignmentFactor; // current chunk alignment variable
DSkSVGText.cpp233 , fChunkAlignmentFactor(ComputeAlignmentFactor(ctx.presentationContext())) in SkSVGTextContext()
386 SkPoint pos = fChunkPos + glyph_pos + pos_adjust.offset + fChunkAdvance * fChunkAlignmentFactor; in computeGlyphXform()
429 fChunkAlignmentFactor = ComputeAlignmentFactor(ctx.presentationContext()); in flushChunk()