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

/external/chromium_org/ppapi/cpp/dev/
H A Dfont_dev.h37 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
/external/chromium_org/ppapi/cpp/trusted/
H A Dbrowser_font_trusted.h35 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
/external/chromium_org/third_party/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-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_),
196 hb_collect_glyphs_context_t (hb_face_t *face_, argument
202 face (face_),
/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc64 hb_ot_map_builder_t::hb_ot_map_builder_t (hb_face_t *face_, argument
69 face = face_;
H A Dhb-ot-layout-gsubgpos-private.hh83 hb_closure_context_t (hb_face_t *face_, argument
86 face (face_),
122 hb_would_apply_context_t (hb_face_t *face_, argument
126 face (face_),
191 hb_collect_glyphs_context_t (hb_face_t *face_, argument
197 face (face_),

Completed in 142 milliseconds