Home
last modified time | relevance | path

Searched refs:allow_subpixel_aa (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/ppapi/c/private/
Dppb_flash.h163 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/
Dflash_resource.cc194 PP_Bool allow_subpixel_aa, in DrawGlyphs() argument
216 params.allow_subpixel_aa = allow_subpixel_aa; in DrawGlyphs()
Dflash_resource.h53 PP_Bool allow_subpixel_aa,
Dserialized_structs.h115 PP_Bool allow_subpixel_aa; member
Dserialized_structs.cc135 allow_subpixel_aa = PP_FALSE; in PPBFlash_DrawGlyphs_Params()
Dppapi_param_traits.cc355 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/
Dflash.cc108 bool allow_subpixel_aa, in DrawGlyphs() argument
122 PP_FromBool(allow_subpixel_aa), in DrawGlyphs()
136 PP_FromBool(allow_subpixel_aa), in DrawGlyphs()
Dflash.h46 bool allow_subpixel_aa,
/external/chromium_org/ppapi/thunk/
Dppb_flash_thunk.cc37 PP_Bool allow_subpixel_aa, in DrawGlyphs() argument
46 allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances); in DrawGlyphs()
Dppb_flash_functions_api.h40 PP_Bool allow_subpixel_aa,
/external/chromium_org/ppapi/api/private/
Dppb_flash.idl131 * 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/
Dpepper_flash_renderer_host.cc267 if (params.allow_subpixel_aa) { in OnDrawGlyphs()
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c2472 …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 …]