HomeSort by relevance Sort by last modified time
    Searched refs:face_ (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ppapi/cpp/dev/
font_dev.h 37 Var face() const { return face_; }
39 face_ = face;
40 pp_font_description_.face = face_.pp_var();
71 Var face_; // Manages memory for pp_font_description_.face member in class:pp::FontDescription_Dev
font_dev.cc 28 pp_font_description_.face = face_.pp_var();
135 // a ref of 1, which we want to assign to the |face_| member of the C++ class.
139 description->face_ = Var(PASS_REF,
  /external/chromium_org/ppapi/cpp/trusted/
browser_font_trusted.h 35 Var face() const { return face_; }
37 face_ = face;
38 pp_font_description_.face = face_.pp_var();
77 Var face_; // Manages memory for pp_font_description_.face member in class:pp::BrowserFontDescription
browser_font_trusted.cc 52 pp_font_description_.face = face_.pp_var();
170 // a ref of 1, which we want to assign to the |face_| member of the C++ class.
182 description->face_ = Var(PASS_REF,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc 72 hb_ot_map_builder_t::hb_ot_map_builder_t (hb_face_t *face_,
77 face = face_;
hb-ot-map-private.hh 184 HB_INTERNAL hb_ot_map_builder_t (hb_face_t *face_,
hb-ot-layout-gsubgpos-private.hh 82 hb_closure_context_t (hb_face_t *face_,
85 face (face_),
121 hb_would_apply_context_t (hb_face_t *face_,
125 face (face_),
196 hb_collect_glyphs_context_t (hb_face_t *face_,
202 face (face_),
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-map.cc 72 hb_ot_map_builder_t::hb_ot_map_builder_t (hb_face_t *face_,
77 face = face_;
hb-ot-map-private.hh 184 HB_INTERNAL hb_ot_map_builder_t (hb_face_t *face_,
hb-ot-layout-gsubgpos-private.hh 82 hb_closure_context_t (hb_face_t *face_,
85 face (face_),
121 hb_would_apply_context_t (hb_face_t *face_,
125 face (face_),
196 hb_collect_glyphs_context_t (hb_face_t *face_,
202 face (face_),
    [all...]
  /external/chromium_org/ui/gfx/
render_text_harfbuzz.cc 253 HarfBuzzFace() : face_(NULL) {}
256 if (face_)
257 hb_face_destroy(face_);
262 face_ = hb_face_create_for_tables(GetFontTable, skia_face, UnrefSkTypeface);
263 DCHECK(face_);
267 return face_;
271 hb_face_t* face_; member in class:gfx::__anon21498::HarfBuzzFace
    [all...]
  /external/deqp/framework/common/
tcuTexture.hpp 396 CubeFaceCoords (CubeFace face_, T s_, T t_) : face(face_), s(s_), t(t_) {}
397 CubeFaceCoords (CubeFace face_, const Vector<T, 2>& c) : face(face_), s(c.x()), t(c.y()) {}
    [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 159 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), bias(bias_), face(face_) {}
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 193 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), bias(bias_), face(face_) {}
    [all...]

Completed in 522 milliseconds