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

/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc72 hb_ot_map_builder_t::hb_ot_map_builder_t (hb_face_t *face_, argument
77 face = face_;
H A Dhb-ot-map-private.hh184 HB_INTERNAL hb_ot_map_builder_t (hb_face_t *face_,
H A Dhb-ot-layout-gsubgpos-private.hh82 hb_closure_context_t (hb_face_t *face_, argument
85 face (face_),
121 hb_would_apply_context_t (hb_face_t *face_, argument
125 face (face_),
203 hb_collect_glyphs_context_t (hb_face_t *face_, argument
209 face (face_),
/external/deqp/framework/common/
H A DtcuTexture.hpp453 CubeFaceCoords (CubeFace face_, T s_, T t_) : face(face_), s(s_), t(t_) {} argument
454 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.cpp159 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.cpp193 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), bias(bias_), face(face_) {} argument

Completed in 132 milliseconds