Home
last modified time | relevance | path

Searched refs:face_ (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-map.cc41 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()
Dhb-open-type-private.hh1089 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()
Dhb-ot-map-private.hh172 HB_INTERNAL hb_ot_map_builder_t (hb_face_t *face_,
Dhb-ot-layout-gsubgpos-private.hh68 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/
DtcuTexture.hpp476 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/
Des2fVertexTextureTests.cpp162 …const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), bias(bias_), face(fac… in TexTypeCoordParams()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp195 …const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), bias(bias_), face(fac… in TexTypeCoordParams()