HomeSort by relevance Sort by last modified time
    Searched refs:axisTag (Results 1 - 12 of 12) sorted by null

  /external/skia/src/sfnt/
SkOTTable_fvar.h 33 SK_OT_ULONG axisTag;
  /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/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/libs/minikin/
HbFontCache.cpp 122 variations.push_back({variation.axisTag, variation.value});
FontFamily.cpp 76 std::unordered_set<AxisTag> Font::getSupportedAxesLocked() const {
80 return std::unordered_set<AxisTag>();
83 std::unordered_set<AxisTag> supportedAxes;
181 std::unordered_set<AxisTag> supportedAxes = mFonts[i].getSupportedAxesLocked();
219 if (mSupportedAxes.find(variation.axisTag) != mSupportedAxes.end()) {
233 std::unordered_set<AxisTag> supportedAxes = font.getSupportedAxesLocked();
236 if (supportedAxes.find(variation.axisTag) != supportedAxes.end()) {
FontCollection.cpp 80 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes();
484 if (mSupportedAxes.find(variation.axisTag) != mSupportedAxes.end()) {
  /external/skia/src/ports/
SkFontMgr_android_parser.cpp 158 SkFourByteTag axisTag = SkSetFourByteTag('\0','\0','\0','\0');
169 axisTag = SkSetFourByteTag(value[0], value[1], value[2], value[3]);
172 if (file.fVariationDesignPosition[j].axis == axisTag) {
175 (axisTag >> 24) & 0xFF,
176 (axisTag >> 16) & 0xFF,
177 (axisTag >> 8) & 0xFF,
178 (axisTag ) & 0xFF);
194 coordinate.axis = axisTag;
SkFontHost_mac.cpp     [all...]
  /frameworks/base/libs/hwui/hwui/
MinikinSkia.cpp 106 skAxes[i].fTag = variations[i].axisTag;
  /frameworks/base/core/jni/android/graphics/
FontFamily.cpp 102 skiaAxes.emplace_back(SkFontMgr::FontParameters::Axis{axis.axisTag, axis.value});
263 builder->axes.push_back({static_cast<minikin::AxisTag>(tag), value});
  /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...]

Completed in 1424 milliseconds