Searched refs:reset_b (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/memcheck/tests/ |
D | overlap.c | 6 void reset_b(void) in reset_b() function 17 reset_b(); in reset_b2() 67 reset_b(); in main() 73 reset_b(); in main() 77 reset_b(); in main() 81 reset_b(); in main()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_image.cpp | 125 int32_t reset_a = 0, reset_r = 0, reset_g = 0, reset_b = 0; in SetImage() local 129 reset_b); in SetImage() 149 pBuf[2] = (FX_CHAR)reset_b; in SetImage()
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_composite.cpp | 2248 int reset_r, reset_g, reset_b; in _CompositeRow_1bppRgb2Rgb_NoBlend() local 2252 reset_b = FXARGB_B(pPalette[0]); in _CompositeRow_1bppRgb2Rgb_NoBlend() 2265 src_b = reset_b; in _CompositeRow_1bppRgb2Rgb_NoBlend() 2458 int reset_r, reset_g, reset_b; in _CompositeRow_1bppRgb2Argb_NoBlend() local 2462 reset_b = FXARGB_B(pPalette[0]); in _CompositeRow_1bppRgb2Argb_NoBlend() 2475 src_b = reset_b; in _CompositeRow_1bppRgb2Argb_NoBlend() 2509 int reset_r, reset_g, reset_b; in _CompositeRow_1bppRgb2Rgba_NoBlend() local 2513 reset_b = FXARGB_B(pPalette[0]); in _CompositeRow_1bppRgb2Rgba_NoBlend() 2526 src_b = reset_b; in _CompositeRow_1bppRgb2Rgba_NoBlend() 3570 int reset_r, reset_g, reset_b; in _CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder() local [all …]
|
D | fx_dib_convert.cpp | 321 uint8_t reset_r, reset_g, reset_b, set_r, set_g, set_b; in _ConvertBuffer_1bppPlt2Gray() local 326 reset_g, reset_b); in _ConvertBuffer_1bppPlt2Gray() 334 reset_b = FXARGB_B(src_plt[0]); in _ConvertBuffer_1bppPlt2Gray() 339 gray[0] = FXRGB2GRAY(reset_r, reset_g, reset_b); in _ConvertBuffer_1bppPlt2Gray()
|