Searched refs:crColor (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/ |
H A D | cxfa_stipple.cpp | 63 FX_ARGB crColor = pColor ? pColor->GetValue() : CXFA_Color::kBlackColor; in Draw() local 67 std::tie(alpha, colorref) = ArgbToAlphaAndColorRef(crColor); in Draw()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | ntgdi.h | 191 W32KAPI UINT WINAPI NtGdiGetNearestPaletteIndex(HPALETTE hpal,COLORREF crColor); 224 W32KAPI WINBOOL WINAPI NtGdiExtFloodFill(HDC hdc,INT x,INT y,COLORREF crColor,UINT iFillType); 227 W32KAPI COLORREF WINAPI NtGdiSetPixel(HDC hdcDst,int x,int y,COLORREF crColor);
|
D | wingdi.h | 3609 COLORREF crColor; member 3706 COLORREF crColor; member 3712 COLORREF crColor; member
|
/aosp_15_r20/external/pdfium/fxjs/ |
H A D | cjs_publicmethods.cpp | 687 CFX_Color crColor = in AFNumber_Format() local 689 if (crColor != crProp) in AFNumber_Format()
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 89592 pub crColor: COLORREF, field 89614 unsafe { ::std::ptr::addr_of!((*ptr).crColor) as usize - ptr as usize }, in bindgen_test_layout_tagEMRSETTEXTCOLOR() 89616 concat!("Offset of field: ", stringify!(tagEMRSETTEXTCOLOR), "::", stringify!(crColor)) in bindgen_test_layout_tagEMRSETTEXTCOLOR() 90293 pub crColor: COLORREF, field 90320 unsafe { ::std::ptr::addr_of!((*ptr).crColor) as usize - ptr as usize }, in bindgen_test_layout_tagEMRSETPIXELV() 90322 concat!("Offset of field: ", stringify!(tagEMRSETPIXELV), "::", stringify!(crColor)) in bindgen_test_layout_tagEMRSETPIXELV() 90332 pub crColor: COLORREF, field 90360 unsafe { ::std::ptr::addr_of!((*ptr).crColor) as usize - ptr as usize }, in bindgen_test_layout_tagEMREXTFLOODFILL() 90362 concat!("Offset of field: ", stringify!(tagEMREXTFLOODFILL), "::", stringify!(crColor)) in bindgen_test_layout_tagEMREXTFLOODFILL()
|