HomeSort by relevance Sort by last modified time
    Searched refs:face_ (Results 1 - 10 of 10) 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 66 hb_ot_map_builder_t::hb_ot_map_builder_t (hb_face_t *face_,
71 face = face_;
hb-ot-map-private.hh 185 HB_INTERNAL hb_ot_map_builder_t (hb_face_t *face_,
hb-ot-layout-gsubgpos-private.hh 83 hb_closure_context_t (hb_face_t *face_,
86 face (face_),
122 hb_would_apply_context_t (hb_face_t *face_,
126 face (face_),
191 hb_collect_glyphs_context_t (hb_face_t *face_,
197 face (face_),
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-map.cc 64 hb_ot_map_builder_t::hb_ot_map_builder_t (hb_face_t *face_,
69 face = face_;
hb-ot-map-private.hh 180 HB_INTERNAL hb_ot_map_builder_t (hb_face_t *face_,
hb-ot-layout-gsubgpos-private.hh 83 hb_closure_context_t (hb_face_t *face_,
86 face (face_),
122 hb_would_apply_context_t (hb_face_t *face_,
126 face (face_),
191 hb_collect_glyphs_context_t (hb_face_t *face_,
197 face (face_),
    [all...]

Completed in 103 milliseconds