Searched refs:PP_FontDescription_Dev (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ppapi/c/dev/
H A Dppb_font_dev.h75 struct PP_FontDescription_Dev { struct
125 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_FontDescription_Dev, 48);
194 const struct PP_FontDescription_Dev* description);
214 struct PP_FontDescription_Dev* description,
/external/chromium_org/ppapi/api/dev/
H A Dppb_font_dev.idl49 struct PP_FontDescription_Dev {
171 [in] PP_FontDescription_Dev description);
195 [out] PP_FontDescription_Dev description,
/external/chromium_org/ppapi/proxy/
H A Dserialized_structs.h25 struct PP_FontDescription_Dev;
31 // PP_FontDescription_Dev/PP_BrowserFontDescription (same definition, different
38 // Converts a PP_FontDescription_Dev to a SerializedFontDescription.
40 // The reference of |face| owned by the PP_FontDescription_Dev will be
42 void SetFromPPFontDescription(const PP_FontDescription_Dev& desc);
46 // Converts to a PP_FontDescription_Dev. The face name will have one ref
48 void SetToPPFontDescription(PP_FontDescription_Dev* desc) const;
85 // Converts this to a PP_FontDescription_Dev.
H A Dserialized_structs.cc32 const PP_FontDescription_Dev& desc) {
60 PP_FontDescription_Dev* desc) const {
/external/chromium_org/ppapi/cpp/dev/
H A Dfont_dev.h14 struct PP_FontDescription_Dev;
33 const PP_FontDescription_Dev& pp_font_description() const {
72 PP_FontDescription_Dev pp_font_description_;
/external/chromium_org/ppapi/cpp/private/
H A Dpdf.h33 const PP_FontDescription_Dev* description,
H A Dpdf.cc53 const PP_FontDescription_Dev* description,
/external/chromium_org/ppapi/cpp/trusted/
H A Dbrowser_font_trusted.cc30 const PP_FontDescription_Dev* BrowserFontDescToFontDesc(
32 return reinterpret_cast<const PP_FontDescription_Dev*>(desc);
34 PP_FontDescription_Dev* BrowserFontDescToFontDesc(
36 return reinterpret_cast<PP_FontDescription_Dev*>(desc);
/external/chromium_org/ppapi/c/private/
H A Dppb_pdf.h18 struct PP_FontDescription_Dev;
/external/chromium_org/ppapi/api/private/finish_writing_these/
H A Dppb_pdf.idl91 [in] PP_FontDescription_Dev description,
/external/chromium_org/ppapi/thunk/
H A Dresource_creation_api.h27 struct PP_FontDescription_Dev;
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1896 static PP_Resource Pnacl_M14_PPB_Font_Dev_Create(PP_Instance instance, const struct PP_FontDescription_Dev* description) {
1906 static PP_Bool Pnacl_M14_PPB_Font_Dev_Describe(PP_Resource font, struct PP_FontDescription_Dev* description, struct PP_FontMetrics_Dev* metrics) {
4549 .Create = (PP_Resource (*)(PP_Instance instance, const struct PP_FontDescription_Dev* description))&Pnacl_M14_PPB_Font_Dev_Create,
4551 .Describe = (PP_Bool (*)(PP_Resource font, struct PP_FontDescription_Dev* description, struct PP_FontMetrics_Dev* metrics))&Pnacl_M14_PPB_Font_Dev_Describe,

Completed in 238 milliseconds