Searched refs:src_gray (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | fx_dib_composite.cpp | 2700 int src_gray, in CompositeRow_ByteMask2Gray() argument 2711 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, src_gray, src_alpha); in CompositeRow_ByteMask2Gray() 2720 int src_gray, in CompositeRow_ByteMask2Graya() argument 2733 *dest_scan++ = src_gray; in CompositeRow_ByteMask2Graya() 2745 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, src_gray, alpha_ratio); in CompositeRow_ByteMask2Graya() 2925 int src_gray, in CompositeRow_BitMask2Gray() argument 2941 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, src_gray, src_alpha); in CompositeRow_BitMask2Gray() 2950 int src_gray, in CompositeRow_BitMask2Graya() argument 2969 *dest_scan++ = src_gray; in CompositeRow_BitMask2Graya() 2981 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, src_gray, alpha_ratio); in CompositeRow_BitMask2Graya()
|