Searched refs:DrawGlyphs (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_flash_thunk.cc30 PP_Bool DrawGlyphs(PP_Instance instance, function in namespace:ppapi::thunk::__anon10274
44 return enter.functions()->DrawGlyphs(
166 &DrawGlyphs,
184 &DrawGlyphs,
203 &DrawGlyphs,
223 &DrawGlyphs,
H A Dppb_flash_functions_api.h32 virtual PP_Bool DrawGlyphs(
/external/chromium_org/ppapi/c/private/
H A Dppb_flash.h155 PP_Bool (*DrawGlyphs)( member in struct:PPB_Flash_13_0
242 PP_Bool (*DrawGlyphs)( member in struct:PPB_Flash_12_4
273 PP_Bool (*DrawGlyphs)( member in struct:PPB_Flash_12_5
307 PP_Bool (*DrawGlyphs)( member in struct:PPB_Flash_12_6
/external/chromium_org/ppapi/cpp/private/
H A Dflash.cc101 bool Flash::DrawGlyphs(const InstanceHandle& instance, function in class:pp::flash::Flash
114 return PP_ToBool(get_interface<PPB_Flash_13_0>()->DrawGlyphs(
127 if (flash_12_combined_interface.DrawGlyphs) {
128 return PP_ToBool(flash_12_combined_interface.DrawGlyphs(
H A Dflash.h39 static bool DrawGlyphs(const InstanceHandle& instance,
/external/chromium_org/ppapi/proxy/
H A Dflash_resource.h45 virtual PP_Bool DrawGlyphs(
H A Dflash_resource.cc186 PP_Bool FlashResource::DrawGlyphs( function in class:ppapi::proxy::FlashResource
/external/chromium_org/ppapi/api/private/
H A Dppb_flash.idl136 PP_Bool DrawGlyphs(
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2876 return iface->DrawGlyphs(instance, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
2955 return iface->DrawGlyphs(instance, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
3039 return iface->DrawGlyphs(instance, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
3128 return iface->DrawGlyphs(instance, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
5306 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const struct PP_Point* position, const struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]))&Pnacl_M21_PPB_Flash_DrawGlyphs,
5324 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const struct PP_Point* position, const struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]))&Pnacl_M22_PPB_Flash_DrawGlyphs,
5343 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const struct PP_Point* position, const struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]))&Pnacl_M24_0_PPB_Flash_DrawGlyphs,
5363 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const struct PP_Point* position, const struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]))&Pnacl_M24_1_PPB_Flash_DrawGlyphs,

Completed in 470 milliseconds