/external/chromium_org/ppapi/c/private/ |
D | ppb_flash.h | 163 PP_Bool allow_subpixel_aa, 250 PP_Bool allow_subpixel_aa, 281 PP_Bool allow_subpixel_aa, 315 PP_Bool allow_subpixel_aa,
|
/external/chromium_org/ppapi/proxy/ |
D | flash_resource.cc | 194 PP_Bool allow_subpixel_aa, in DrawGlyphs() argument 216 params.allow_subpixel_aa = allow_subpixel_aa; in DrawGlyphs()
|
D | flash_resource.h | 53 PP_Bool allow_subpixel_aa,
|
D | serialized_structs.h | 115 PP_Bool allow_subpixel_aa; member
|
D | serialized_structs.cc | 135 allow_subpixel_aa = PP_FALSE; in PPBFlash_DrawGlyphs_Params()
|
D | ppapi_param_traits.cc | 355 ParamTraits<PP_Bool>::Write(m, p.allow_subpixel_aa); in Write() 382 ParamTraits<PP_Bool>::Read(m, iter, &r->allow_subpixel_aa) && in Read()
|
/external/chromium_org/ppapi/cpp/private/ |
D | flash.cc | 108 bool allow_subpixel_aa, in DrawGlyphs() argument 122 PP_FromBool(allow_subpixel_aa), in DrawGlyphs() 136 PP_FromBool(allow_subpixel_aa), in DrawGlyphs()
|
D | flash.h | 46 bool allow_subpixel_aa,
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_flash_thunk.cc | 37 PP_Bool allow_subpixel_aa, in DrawGlyphs() argument 46 allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances); in DrawGlyphs()
|
D | ppb_flash_functions_api.h | 40 PP_Bool allow_subpixel_aa,
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_flash.idl | 131 * transform to apply before drawing). It also adds the allow_subpixel_aa 144 [in] PP_Bool allow_subpixel_aa,
|
/external/chromium_org/chrome/renderer/pepper/ |
D | pepper_flash_renderer_host.cc | 267 if (params.allow_subpixel_aa) { in OnDrawGlyphs()
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 2472 …nst struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t gl… in Pnacl_M21_PPB_Flash_DrawGlyphs() argument 2474 …e, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count… in Pnacl_M21_PPB_Flash_DrawGlyphs() 2551 …nst struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t gl… in Pnacl_M22_PPB_Flash_DrawGlyphs() argument 2553 …e, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count… in Pnacl_M22_PPB_Flash_DrawGlyphs() 2635 …nst struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t gl… in Pnacl_M24_0_PPB_Flash_DrawGlyphs() argument 2637 …e, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count… in Pnacl_M24_0_PPB_Flash_DrawGlyphs() 2724 …nst struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t gl… in Pnacl_M24_1_PPB_Flash_DrawGlyphs() argument 2726 …e, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count… in Pnacl_M24_1_PPB_Flash_DrawGlyphs() 4736 …nst struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t gl… 4754 …nst struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t gl… [all …]
|