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

  /external/harfbuzz_ng/src/
hb-ot-var.cc 31 #include "hb-ot-var-fvar-table.hh"
37 * fvar/avar
40 static inline const OT::fvar&
43 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::fvar);
45 return *(layout->fvar.get ());
62 * Return value: true if face has a `fvar' table and false otherwise
69 return &_get_fvar (face) != &OT::Null(OT::fvar);
80 const OT::fvar &fvar = _get_fvar (face); local
81 return fvar.get_axis_count ()
95 const OT::fvar &fvar = _get_fvar (face); local
110 const OT::fvar &fvar = _get_fvar (face); local
130 const OT::fvar &fvar = _get_fvar (face); local
154 const OT::fvar &fvar = _get_fvar (face); local
    [all...]
hb-ot-layout-private.hh 129 struct fvar;
166 OT::hb_lazy_table_loader_t<struct OT::fvar> fvar; member in struct:hb_ot_layout_t
hb-ot-var-fvar-table.hh 80 * fvar ? Font Variations Table
85 struct fvar struct in namespace:OT
187 FixedVersion<>version; /* Version of the fvar table
hb-ot-layout.cc 61 layout->fvar.init (face);
183 layout->fvar.fini ();
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 365 float fvar = var<float>; variable
  /external/v8/src/parsing/
parser.cc 1822 Variable* fvar = function_scope->DeclareFunctionVar(function_name); local
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 

Completed in 146 milliseconds