OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fAxisCount
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkFontDescriptor.h
19
: fStream(stream), fIndex(index),
fAxisCount
(axisCount), fAxis(axisCount)
28
,
fAxisCount
(that.
fAxisCount
)
29
, fAxis(
fAxisCount
)
31
for (int i = 0; i <
fAxisCount
; ++i) {
40
int getAxisCount() const { return
fAxisCount
; }
46
int
fAxisCount
;
/external/skia/include/ports/
SkFontMgr.h
111
FontParameters() : fCollectionIndex(0),
fAxisCount
(0), fAxes(nullptr) {}
131
fAxisCount
= axisCount;
140
*axisCount =
fAxisCount
;
145
int
fAxisCount
;
Completed in 152 milliseconds