OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fXYIndex
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkTextToPathIter.h
32
int
fXYIndex
; // cache for horizontal -vs- vertical text
73
SkScalar xOffset = TextType::kText == fTextType &&
fXYIndex
? fXPos : 0;
86
SkScalar bound = fBoundsBase[i] - (
fXYIndex
? x : y);
87
if (
fXYIndex
) {
93
fXPos = xOffset + (
fXYIndex
? y : x);
SkPaint.cpp
[
all
...]
Completed in 1127 milliseconds