Home
last modified time | relevance | path

Searched refs:reset_b (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/memcheck/tests/
Doverlap.c6 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/fpdfapi/page/
Dcpdf_image.cpp180 int32_t reset_b = 0; in SetImage() local
187 reset_b); in SetImage()
206 pBuf[2] = (FX_CHAR)reset_b; in SetImage()
/external/pdfium/core/fxge/dib/
Dfx_dib_convert.cpp194 uint8_t reset_b; in ConvertBuffer_1bppPlt2Gray() local
201 reset_r, reset_g, reset_b); in ConvertBuffer_1bppPlt2Gray()
208 reset_b = FXARGB_B(src_plt[0]); in ConvertBuffer_1bppPlt2Gray()
213 gray[0] = FXRGB2GRAY(reset_r, reset_g, reset_b); in ConvertBuffer_1bppPlt2Gray()
Dfx_dib_composite.cpp2260 int reset_r, reset_g, reset_b; in CompositeRow_1bppRgb2Rgb_NoBlend() local
2264 reset_b = FXARGB_B(pPalette[0]); in CompositeRow_1bppRgb2Rgb_NoBlend()
2277 src_b = reset_b; in CompositeRow_1bppRgb2Rgb_NoBlend()
2388 int reset_r, reset_g, reset_b; in CompositeRow_1bppRgb2Argb_NoBlend() local
2392 reset_b = FXARGB_B(pPalette[0]); in CompositeRow_1bppRgb2Argb_NoBlend()
2405 src_b = reset_b; in CompositeRow_1bppRgb2Argb_NoBlend()
2440 int reset_r, reset_g, reset_b; in CompositeRow_1bppRgb2Rgba_NoBlend() local
2444 reset_b = FXARGB_B(pPalette[0]); in CompositeRow_1bppRgb2Rgba_NoBlend()
2457 src_b = reset_b; in CompositeRow_1bppRgb2Rgba_NoBlend()
3418 int reset_r, reset_g, reset_b; in CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder() local
[all …]