OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textRatio
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/gpu/text/
GrTextUtils.cpp
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
,
[
all
...]
GrTextUtils.h
93
SkScalar*
textRatio
,
104
SkScalar
textRatio
, const SkMatrix& viewMatrix);
GrStencilAndCoverTextContext.cpp
328
void init(const SkPaint& font, SkScalar
textRatio
);
661
SkScalar
textRatio
) {
670
fFont.setTextSize(fFont.getTextSize() *
textRatio
);
Completed in 322 milliseconds