/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 | 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...] |