Searched refs:face_ (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
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 46 face = face_; in hb_ot_map_builder_t()
|
D | hb-open-type-private.hh | 1089 inline void init (hb_face_t *face_) in init() 1091 face = face_; in init() 1139 inline void init (hb_face_t *face_) in init() 1141 face = face_; in init()
|
D | hb-ot-map-private.hh | 172 HB_INTERNAL hb_ot_map_builder_t (hb_face_t *face_,
|
D | hb-ot-layout-gsubgpos-private.hh | 68 hb_closure_context_t (hb_face_t *face_, in hb_closure_context_t() 71 face (face_), in hb_closure_context_t() 96 hb_would_apply_context_t (hb_face_t *face_, in hb_would_apply_context_t() 100 face (face_), in hb_would_apply_context_t() 167 hb_collect_glyphs_context_t (hb_face_t *face_, in hb_collect_glyphs_context_t() 173 face (face_), in hb_collect_glyphs_context_t()
|
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 476 CubeFaceCoords (CubeFace face_, T s_, T t_) : face(face_), s(s_), t(t_) {} in CubeFaceCoords() 477 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()
|