HomeSort by relevance Sort by last modified time
    Searched refs:resC (Results 1 - 3 of 3) sorted by null

  /external/skia/src/effects/
SkLerpXfermode.cpp 43 SkPMColor resC = SkFastFourByteInterp256(src[i], dstC, scale);
45 resC = SkFastFourByteInterp256(resC, dstC, a + (a >> 7));
47 dst[i] = resC;
66 SkPMColor resC = SkFastFourByteInterp256(src[i], dstC, scale);
68 resC = SkFastFourByteInterp256(resC, dstC, a + (a >> 7));
70 dst[i] = SkPixel32ToPixel16(resC);
76 SkPMColor resC = SkFastFourByteInterp256(src[i], dstC, scale);
77 dst[i] = SkPixel32ToPixel16(resC);
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_script.cpp 426 char *resC = NULL;
427 resC = strtok(cmd + 1, "x");
428 widthC = atoi(resC);
429 resC = strtok(NULL, "x");
430 heightC = atoi(resC);
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c     [all...]

Completed in 63 milliseconds