Searched defs:face_ (Results 1 - 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc41 hb_ot_map_builder_t::hb_ot_map_builder_t (hb_face_t *face_, argument
46 face = face_;
H A Dhb-open-type-private.hh1089 inline void init (hb_face_t *face_) argument
1091 face = face_;
1139 inline void init (hb_face_t *face_) argument
1141 face = face_;
H A Dhb-ot-layout-gsubgpos-private.hh68 hb_closure_context_t (hb_face_t *face_, argument
71 face (face_),
96 hb_would_apply_context_t (hb_face_t *face_, argument
100 face (face_),
167 hb_collect_glyphs_context_t (hb_face_t *face_, argument
173 face (face_),
/external/deqp/framework/common/
H A DtcuTexture.hpp476 CubeFaceCoords (CubeFace face_, T s_, T t_) : face(face_), s(s_), t(t_) {} argument
477 CubeFaceCoords (CubeFace face_, const Vector<T, 2>& c) : face(face_), s(c.x()), t(c.y()) {} argument
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp162 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), bias(bias_), face(face_) {} argument
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp195 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), bias(bias_), face(face_) {} argument

Completed in 193 milliseconds