Searched refs:fTextShift (Results 1 – 3 of 3) sorted by relevance
57 SkScalar left = x - context.fTextShift; in paint()58 canvas->translate(context.fTextShift, 0); in paint()72 SkScalar left = x - context.fTextShift; in paint()73 canvas->translate(context.fTextShift, 0); in paint()82 SkScalar left = x - context.fTextShift; in paint()83 canvas->translate(context.fTextShift, 0); in paint()
344 record.fOffset = SkPoint::Make(this->offset().fX + context.fTextShift, in buildTextBlob()400 x + this->offset().fX + shadow.fOffset.x() + context.fTextShift, in paintShadow()596 result.fTextShift = runOffsetInLine; in measureTextInsideOneRun()710 result.fTextShift = textStartInLine - textStartInRun; in measureTextInsideOneRun()980 clip.offset(lineContext.fTextShift - context.fTextShift, 0); in getRectsForRange()1200 … auto end = littleRound(context.run->positionX(index) + context.fTextShift + offsetX); in getGlyphPositionAtCoordinate()1207 … SkScalar glyphemePosLeft = context.run->positionX(found) + context.fTextShift + offsetX; in getGlyphPositionAtCoordinate()
34 SkScalar fTextShift; // Shifts the text inside the run so it's placed at the right position member