Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-map.hh54 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()
Dhb-ot-map.cc45 hb_ot_map_builder_t::hb_ot_map_builder_t (hb_face_t *face_, in hb_ot_map_builder_t() argument
54 face = face_; in hb_ot_map_builder_t()
Dhb-ot-map.hh203 HB_INTERNAL hb_ot_map_builder_t (hb_face_t *face_,
Dhb-aat-layout-common.hh734 hb_face_t *face_) : in StateTableDriver()
737 num_glyphs (face_->get_num_glyphs ()) {} in StateTableDriver()
Dhb-ot-layout-gsubgpos.hh100 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()
Dhb-ot-glyf-table.hh757 void init (hb_face_t *face_) in init()
763 face = face_; in init()
/external/deqp/framework/common/
DtcuTexture.hpp509 CubeFaceCoords (CubeFace face_, T s_, T t_) : face(face_), s(s_), t(t_) {} in CubeFaceCoords()
510 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()