Searched refs:face_ (Results 1 – 8 of 8) 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 | 41 hb_ot_map_builder_t::hb_ot_map_builder_t (hb_face_t *face_, in hb_ot_map_builder_t() argument 50 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-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-aat-layout-common.hh | 736 hb_face_t *face_) : in StateTableDriver() 739 num_glyphs (face_->get_num_glyphs ()) {} in StateTableDriver()
|
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 492 CubeFaceCoords (CubeFace face_, T s_, T t_) : face(face_), s(s_), t(t_) {} in CubeFaceCoords() 493 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()
|