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

  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 697 static inline unsigned int profile_lookup( unsigned int *profile, int loc, int blurred_width, int sharp_width ) { function
776 horizontalScanline[x] = profile_lookup(profile, x, dstWidth, w);
787 profile_y = profile_lookup(profile, y, dstHeight, h);
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 697 static inline unsigned int profile_lookup( unsigned int *profile, int loc, int blurred_width, int sharp_width ) { function
776 horizontalScanline[x] = profile_lookup(profile, x, dstWidth, w);
787 profile_y = profile_lookup(profile, y, dstHeight, h);
    [all...]

Completed in 81 milliseconds