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

  /external/skqp/tests/
ProxyTest.cpp 116 for (auto widthHeight : { 100, 128, 1048576 }) {
125 desc.fWidth = widthHeight;
126 desc.fHeight = widthHeight;
151 widthHeight, widthHeight, config, budgeted);
182 widthHeight, widthHeight, config, budgeted);
ImageFilterTest.cpp 394 static sk_sp<SkSpecialSurface> create_empty_special_surface(GrContext* context, int widthHeight) {
398 widthHeight, widthHeight,
403 const SkImageInfo info = SkImageInfo::MakeN32(widthHeight, widthHeight,
421 static sk_sp<SkSpecialImage> create_empty_special_image(GrContext* context, int widthHeight) {
422 sk_sp<SkSpecialSurface> surf(create_empty_special_surface(context, widthHeight));
    [all...]
  /external/skia/include/effects/
SkBlurMaskFilter.h 72 // widthHeight - how large to make the mask (rrectToDraw will be centered in this coord sys)
82 SkISize* widthHeight,
  /external/skqp/include/effects/
SkBlurMaskFilter.h 72 // widthHeight - how large to make the mask (rrectToDraw will be centered in this coord sys)
82 SkISize* widthHeight,
  /external/skia/tests/
ProxyTest.cpp 105 for (auto widthHeight : { 100, 128, 1048576 }) {
114 desc.fWidth = widthHeight;
115 desc.fHeight = widthHeight;
140 widthHeight, widthHeight, config, budgeted);
172 widthHeight, widthHeight, config, budgeted);
ImageFilterTest.cpp 394 static sk_sp<SkSpecialSurface> create_empty_special_surface(GrContext* context, int widthHeight) {
398 widthHeight, widthHeight,
403 const SkImageInfo info = SkImageInfo::MakeN32(widthHeight, widthHeight,
421 static sk_sp<SkSpecialImage> create_empty_special_image(GrContext* context, int widthHeight) {
422 sk_sp<SkSpecialSurface> surf(create_empty_special_surface(context, widthHeight));
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 131 int widthHeight =
144 yMiddle - widthHeight,
146 yMiddle + widthHeight);
150 yMiddle - widthHeight,
152 yMiddle + widthHeight);
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 202 SkISize* widthHeight,
240 widthHeight->fWidth = newRRWidth + 2 * devBlurRadius;
241 widthHeight->fHeight = newRRHeight + 2 * devBlurRadius;
258 texXs[3] = SkIntToScalar(widthHeight->fWidth);
263 texYs[3] = SkIntToScalar(widthHeight->fHeight);
    [all...]
  /external/skqp/src/effects/
SkBlurMaskFilter.cpp 201 SkISize* widthHeight,
239 widthHeight->fWidth = newRRWidth + 2 * devBlurRadius;
240 widthHeight->fHeight = newRRHeight + 2 * devBlurRadius;
257 texXs[3] = SkIntToScalar(widthHeight->fWidth);
262 texYs[3] = SkIntToScalar(widthHeight->fHeight);
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 837 static bool parseWidthHeight(const char* widthHeight, uint32_t* pWidth,
843 width = strtol(widthHeight, &end, 10);
844 if (end == widthHeight || *end != 'x' || *(end+1) == '\0') {
    [all...]

Completed in 648 milliseconds