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

  /external/skia/src/effects/
GrCircleBlurFragmentProcessor.h 54 int profileSize() const { return fBlurProfileAccess.getTexture()->width(); }
SkBlurMaskFilter.cpp 696 const char *profileSize, const char *loc,
702 loc, blurred_width, sharp_width, profileSize);
735 "profileSize",
780 unsigned int profileSize = SkScalarCeilToInt(6*sigma);
782 texDesc.fWidth = profileSize;
789 builder[0] = profileSize;
    [all...]
  /external/dng_sdk/source/
dng_image_writer.cpp 439 uint32 profileSize)
448 if (profileData && profileSize)
451 SetCount (profileSize);
    [all...]

Completed in 584 milliseconds