HomeSort by relevance Sort by last modified time
    Searched defs: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"
36 * fvar/avar
39 static inline const OT::fvar&
42 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::fvar);
44 return *(layout->fvar.get ());
61 * Return value: true if face has a `fvar' table and false otherwise
68 return &_get_fvar (face) != &OT::Null(OT::fvar);
79 const OT::fvar &fvar = _get_fvar (face); local
80 return fvar.get_axis_count ()
94 const OT::fvar &fvar = _get_fvar (face); local
109 const OT::fvar &fvar = _get_fvar (face); local
129 const OT::fvar &fvar = _get_fvar (face); local
153 const OT::fvar &fvar = _get_fvar (face); local
    [all...]
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-private.hh 129 struct fvar;
166 OT::hb_lazy_table_loader_t<struct OT::fvar> fvar; member in struct:hb_ot_layout_t
  /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/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.1.2/
error_prone_core-2.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.2.0/
error_prone_core-2.2.0.jar 
  /external/error_prone/error_prone/
error_prone_core-2.2.0-with-dependencies.jar 

Completed in 343 milliseconds