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

  /frameworks/base/libs/hwui/utils/
Blur.cpp 130 int validH = y + r;
132 if (validH < 0) {
133 validH = 0;
135 if (validH > height - 1) {
136 validH = height - 1;
139 const uint8_t *i = input + validH * width;
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
threshold.fs 88 int validH = rsClamp((int)y + r, (int)0, (int)(height - 1));
89 float4 i = rsGetElementAt_float4(ScratchPixel2, x, validH);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
threshold.fs 88 int validH = rsClamp((int)y + r, (int)0, (int)(height - 1));
89 float4 i = rsGetElementAt_float4(ScratchPixel2, x, validH);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
threshold.fs 88 int validH = rsClamp((int)y + r, (int)0, (int)(height - 1));
89 float4 i = rsGetElementAt_float4(ScratchPixel2, x, validH);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.cpp     [all...]

Completed in 335 milliseconds