Searched refs:axis_count (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-var-gvar-table.hh | 84 unsigned get_size (unsigned axis_count) const in get_size() 85 { return min_size + get_all_tuples (axis_count).get_size (); } in get_size() 89 const TupleVariationHeader &get_next (unsigned axis_count) const in get_next() 90 { return StructAtOffset<TupleVariationHeader> (this, get_size (axis_count)); } in get_next() 159 hb_array_t<const F2DOT14> get_all_tuples (unsigned axis_count) const in get_all_tuples() 160 { return StructAfter<UnsizedArrayOf<F2DOT14>> (tupleIndex).as_array ((has_peak () + has_intermediate () * 2) * axis_count); } in get_all_tuples() 161 hb_array_t<const F2DOT14> get_peak_tuple (unsigned axis_count) const in get_peak_tuple() 162 { return get_all_tuples (axis_count).sub_array (0, axis_count); } in get_peak_tuple() 163 hb_array_t<const F2DOT14> get_start_tuple (unsigned axis_count) cons in get_peak_tuple() 239 unsigned int axis_count; global() member [all...] |
H A D | hb-ot-var-fvar-table.hh | 47 hb_array_t<const HBFixed> get_coordinates (unsigned int axis_count) const in get_coordinates() 48 { return coordinatesZ.as_array (axis_count); } in get_coordinates() 50 bool sanitize (hb_sanitize_context_t *c, unsigned int axis_count) const in sanitize() 54 c->check_array (coordinatesZ.arrayZ, axis_count)); in sanitize()
|
/third_party/glfw/tests/ |
H A D | joysticks.c | 256 int j, axis_count, button_count, hat_count; in main() local 267 axes = glfwGetJoystickAxes(joysticks[i], &axis_count); in main() 274 for (j = 0; j < axis_count; j++) in main()
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_harfbuzz.cpp | 427 int axis_count = typeface.getVariationDesignPosition(nullptr, 0); local 428 if (axis_count > 0) { 429 SkAutoSTMalloc<4, SkFontArguments::VariationPosition::Coordinate> axis_values(axis_count); 430 if (typeface.getVariationDesignPosition(axis_values, axis_count) == axis_count) { 433 axis_count);
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
H A D | t1load.c | 247 FT_UInt axis_count ) in mm_weights_unmap() 249 FT_ASSERT( axis_count <= T1_MAX_MM_AXIS ); in mm_weights_unmap() 251 if ( axis_count == 1 ) in mm_weights_unmap() 254 else if ( axis_count == 2 ) in mm_weights_unmap() 260 else if ( axis_count == 3 ) in mm_weights_unmap()
|
Completed in 8 milliseconds