Searched refs:face_ (Results 1 – 9 of 9) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-aat-map.hh | 54 HB_INTERNAL hb_aat_map_builder_t (hb_face_t *face_, in hb_aat_map_builder_t() 56 face (face_) {} in hb_aat_map_builder_t()
|
D | hb-ot-map.cc | 45 hb_ot_map_builder_t::hb_ot_map_builder_t (hb_face_t *face_, in hb_ot_map_builder_t() argument 54 face = face_; in hb_ot_map_builder_t()
|
D | hb-ot-map.hh | 203 HB_INTERNAL hb_ot_map_builder_t (hb_face_t *face_,
|
D | hb-aat-layout-common.hh | 734 hb_face_t *face_) : in StateTableDriver() 737 num_glyphs (face_->get_num_glyphs ()) {} in StateTableDriver()
|
D | hb-ot-layout-gsubgpos.hh | 100 hb_closure_context_t (hb_face_t *face_, in hb_closure_context_t() 104 face (face_), in hb_closure_context_t() 141 hb_would_apply_context_t (hb_face_t *face_, in hb_would_apply_context_t() 145 face (face_), in hb_would_apply_context_t() 209 hb_collect_glyphs_context_t (hb_face_t *face_, in hb_collect_glyphs_context_t() 215 face (face_), in hb_collect_glyphs_context_t()
|
D | hb-ot-glyf-table.hh | 757 void init (hb_face_t *face_) in init() 763 face = face_; in init()
|
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 509 CubeFaceCoords (CubeFace face_, T s_, T t_) : face(face_), s(s_), t(t_) {} in CubeFaceCoords() 510 CubeFaceCoords (CubeFace face_, const Vector<T, 2>& c) : face(face_), s(c.x()), t(c.y()) {} in CubeFaceCoords()
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 162 …const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), bias(bias_), face(fac… in TexTypeCoordParams()
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexTextureTests.cpp | 195 …const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), bias(bias_), face(fac… in TexTypeCoordParams()
|