Home | History | Annotate | Download | only in text

Lines Matching refs:textRatio

197                                          SkScalar* textRatio,
218 *textRatio = textSize / kSmallDFFontSize;
223 *textRatio = textSize / kMediumDFFontSize;
228 *textRatio = textSize / kLargeDFFontSize;
336 SkScalar textRatio;
338 GrTextUtils::InitDistanceFieldPaint(blob, &dfPaint, &textRatio, viewMatrix);
367 textRatio, viewMatrix)) {
390 SkScalar advanceX = SkFixedToScalar(glyph.fAdvanceX) * alignMul * textRatio;
391 SkScalar advanceY = SkFixedToScalar(glyph.fAdvanceY) * alignMul * textRatio;
400 textRatio,
428 SkScalar textRatio, const SkMatrix& viewMatrix) {
452 SkScalar scale = textRatio;