Home
last modified time | relevance | path

Searched defs:alpha_flag (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp126 int alpha_flag, void* pIccTransform, int blend_type) in DrawPath()
265 FX_BOOL CFX_RenderDevice::SetPixel(int x, int y, FX_DWORD color, int alpha_flag, void* pIccTransfor… in SetPixel()
273 FX_BOOL CFX_RenderDevice::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void*… in FillRect()
296 int fill_mode, int alpha_flag, void* pIccTransform, int blend_type) in DrawCosmeticLine()
378 int alpha_flag, void* pIccTransform) in SetBitMask()
385 int alpha_flag, void* pIccTransform) in StretchBitMask()
394 int alpha_flag, void* pIccTransform, int blend_mode) in StartDIBits()
Dfx_ge_ps.cpp184 int alpha_flag, in DrawPath()
309 int alpha_flag, void* pIccTransform) in SetDIBits()
318 int alpha_flag, void* pIccTransform) in StretchDIBits()
327 int alpha_flag, void* pIccTransform) in DrawDIBits()
467 void CFX_PSRenderer::SetColor(FX_DWORD color, int alpha_flag, void* pIccTransform) in SetColor()
594 int alpha_flag, void* pIccTransform) in DrawText()
Dfx_ge_text.cpp101 void _Color2Argb(FX_ARGB& argb, FX_DWORD color, int alpha_flag, void* pIccTransform) in _Color2Argb()
131 int alpha_flag, void* pIccTransform) in DrawNormalText()
924 int alpha_flag, void* pIccTransform, int blend_type) in DrawTextPath()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp34 int alpha_flag, void* pIccTransform) in SetDIBits()
55 int alpha_flag, void* pIccTransform, int blend_type) in StretchDIBits()
196 int alpha_flag, void* pIccTransform, int blend_type) in StartDIBits()
366 … int fill_mode, int alpha_flag, void* pIccTransform, int blend_type) in DrawPath()
379 int alpha_flag, void* pIccTransform) in SetDIBits()
388 int alpha_flag, void* pIccTransform, int blend_type) in StretchDIBits()
397 int alpha_flag, void* pIccTransform, int blend_type) in StartDIBits()
410 int alpha_flag, void* pIccTransform) in DrawDeviceText()
Dfx_win32_device.cpp544 int alpha_flag, void* pIccTransform) in GDI_StretchBitMask()
761 int alpha_flag, in DrawPath()
856 FX_BOOL CGdiDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void*… in FillRect()
910 int alpha_flag, void* pIccTransform, int blend_type) in DrawCosmeticLine()
982 int alpha_flag, void* pIccTransform) in SetDIBits()
1024 int alpha_flag, void* pIccTransform, int blend_type) in UseFoxitStretchEngine()
1045 int alpha_flag, void* pIccTransform, int blend_type) in StretchDIBits()
Dwin32_int.h144 int alpha_flag, void* pIccTransform, int blend_type) in StartDIBits()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp248 int alpha_flag, void* pIccTransform) in DrawDeviceText()
355 int alpha_flag, void* pIccTransform) in RenderRasterizer()
360 int alpha_flag, void* pIccTransform, FX_BOOL bFill) in RenderRasterizerSkia()
380 int alpha_flag, in DrawPath()
445 int alpha_flag, void* pIccTransform) in SetPixel()
450 FX_BOOL CFX_SkiaDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, v… in FillRect()
466 int alpha_flag, void* pIccTransform) in SetDIBits()
473 int alpha_flag, void* pIccTransform) in StretchDIBits()
482 int alpha_flag, void* pIccTransform) in StartDIBits()
Dfx_skia_device.h53 int alpha_flag, void* pIccTransform, int blend_type) { return FALSE; } in DrawCosmeticLine()
Dfx_skia_blitter_new.cpp1302 int alpha_flag, void* pIccTransform) //The alpha flag must be fill_flag if exist. in Init()
/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp49 int alpha_flag, in _CGDrawGlyphRun()
110 int alpha_flag, void* pIccTransform) in DrawDeviceText()
Dfx_quartz_device.cpp380 int alpha_flag, in DrawPath()
810 int alpha_flag, in CG_DrawGlypRun()
885 int alpha_flag , in DrawDeviceText()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp226 int alpha_flag, void* pIccTransform) in DrawDeviceText()
997 int alpha_flag = 0, void* pIccTransform = NULL) in Init()
1112 int alpha_flag, void* pIccTransform) in RenderRasterizer()
1129 int alpha_flag, in DrawPath()
1369 FX_BOOL _DibSetPixel(CFX_DIBitmap* pDevice, int x, int y, FX_DWORD color, int alpha_flag, void* pIc… in _DibSetPixel()
1398 FX_BOOL CFX_AggDeviceDriver::SetPixel(int x, int y, FX_DWORD color, int alpha_flag, void* pIccTrans… in SetPixel()
1438 FX_BOOL CFX_AggDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, vo… in FillRect()
1517 int alpha_flag, void* pIccTransform) in SetDIBits()
1530 int alpha_flag, void* pIccTransform, int blend_type) in StretchDIBits()
1554 int alpha_flag, void* pIccTransform, int blend_type) in StartDIBits()
/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h68 int alpha_flag, void* pIccTransform, int blend_type) in DrawCosmeticLine()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp423 …nst CFX_DIBSource* pMask, FX_DWORD color, int src_left, int src_top, int alpha_flag, void* pIccTra… in TransferMask()
1533 int alpha_flag, void* pIccTransform, int blend_type)
Dfx_dib_composite.cpp3534 inline FX_BOOL _ScanlineCompositor_InitSourceMask(FXDIB_Format dest_format, int alpha_flag, FX_DWOR… in _ScanlineCompositor_InitSourceMask()
3731 …RD mask_color, int blend_type, FX_BOOL bClip, FX_BOOL bRgbByteOrder, int alpha_flag, void* pIccTra… in Init()
4147 …int blend_type, const CFX_ClipRgn* pClipRgn, FX_BOOL bRgbByteOrder, int alpha_flag, void* pIccTran… in CompositeMask()
4194 …positeRect(int left, int top, int width, int height, FX_DWORD color, int alpha_flag, void* pIccTra… in CompositeRect()
4410 int alpha_flag, void* pIccTransform, int blend_type) in Compose()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c668 GLboolean alpha_flag, in XMesaCreateVisual()
Dglx_api.c668 GLboolean alpha_flag = GL_FALSE; in choose_visual() local
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c742 GLboolean alpha_flag, in XMesaCreateVisual()
Dfakeglx.c898 GLboolean alpha_flag = GL_FALSE; in choose_visual() local
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwmesa.c1007 GLboolean alpha_flag) in WMesaCreateContext()