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

  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.h 57 static uint8_t ProfileLookup(const uint8_t* profile, int loc, int blurred_width, int sharp_width);
SkBlurMask.cpp 706 uint8_t SkBlurMask::ProfileLookup(const uint8_t *profile, int loc, int blurred_width, int sharp_width) {
731 pixels[x] = ProfileLookup(profile, x, width, w);
    [all...]
  /external/skia/src/effects/
SkBlurMask.h 57 static uint8_t ProfileLookup(const uint8_t* profile, int loc, int blurred_width, int sharp_width);
SkBlurMask.cpp 706 uint8_t SkBlurMask::ProfileLookup(const uint8_t *profile, int loc, int blurred_width, int sharp_width) {
731 pixels[x] = ProfileLookup(profile, x, width, w);
    [all...]

Completed in 151 milliseconds