OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:axisTag
(Results
1 - 5
of
5
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-var-fvar-table.hh
66
Tag
axisTag
; /* Tag identifying the design variation for the axis. */
114
info->tag = axis.
axisTag
;
151
if (axes[i].
axisTag
== tag)
/frameworks/minikin/include/minikin/
FontFamily.h
103
typedef uint32_t
AxisTag
;
114
std::unordered_set<
AxisTag
> getSupportedAxesLocked() const;
118
FontVariation(
AxisTag
axisTag
, float value) :
axisTag
(
axisTag
), value(value) {}
119
AxisTag
axisTag
;
144
const std::unordered_set<
AxisTag
>& supportedAxes() const { return mSupportedAxes; }
167
std::unordered_set<
AxisTag
> mSupportedAxes
[
all
...]
/external/pdfium/third_party/freetype/src/truetype/
ttgxvar.c
677
FT_ULong
axisTag
;
748
FT_FRAME_ULONG (
axisTag
),
[
all
...]
/external/freetype/src/truetype/
ttgxvar.c
[
all
...]
/external/skia/src/ports/
SkFontHost_mac.cpp
[
all
...]
Completed in 1419 milliseconds