Home
last modified time | relevance | path

Searched refs:SkScalarCeilToInt (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/flutter/skia/src/gpu/effects/generated/
DGrRRectBlurEffect.h40 builder[0] = SkScalarCeilToInt(xformedSigma - 1 / 6.0f); in find_or_create_rrect_blur_mask()
47 builder[index++] = SkScalarCeilToInt(rrectToDraw.radii(c).fX); in find_or_create_rrect_blur_mask()
48 builder[index++] = SkScalarCeilToInt(rrectToDraw.radii(c).fY); in find_or_create_rrect_blur_mask()
/third_party/flutter/skia/src/effects/imagefilters/
DSkDropShadowImageFilter.cpp171 SkIRect dst = src.makeOffset(SkScalarCeilToInt(offsetVec.x()), in onFilterNodeBounds()
172 SkScalarCeilToInt(offsetVec.y())); in onFilterNodeBounds()
176 SkScalarCeilToInt(SkScalarAbs(sigma.x() * 3)), in onFilterNodeBounds()
177 SkScalarCeilToInt(SkScalarAbs(sigma.y() * 3))); in onFilterNodeBounds()
/third_party/flutter/skia/tools/viewer/
DSampleSlide.cpp24 return SkISize::Make(SkScalarCeilToInt(fSample->width()), SkScalarCeilToInt(fSample->height())); in getDimensions()
/third_party/skia/tools/viewer/
DSampleSlide.cpp24 return SkISize::Make(SkScalarCeilToInt(fSample->width()), SkScalarCeilToInt(fSample->height())); in getDimensions()
/third_party/skia/src/effects/imagefilters/
DSkDropShadowImageFilter.cpp178 SkIRect dst = src.makeOffset(SkScalarCeilToInt(offsetVec.x()), in onFilterNodeBounds()
179 SkScalarCeilToInt(offsetVec.y())); in onFilterNodeBounds()
183 SkScalarCeilToInt(SkScalarAbs(sigma.x() * 3)), in onFilterNodeBounds()
184 SkScalarCeilToInt(SkScalarAbs(sigma.y() * 3))); in onFilterNodeBounds()
/third_party/skia/bench/
DRecordingBench.cpp29 return SkIPoint::Make(SkScalarCeilToInt(fSrc->cullRect().width()), in onGetSize()
30 SkScalarCeilToInt(fSrc->cullRect().height())); in onGetSize()
/third_party/flutter/skia/bench/
DRecordingBench.cpp29 return SkIPoint::Make(SkScalarCeilToInt(fSrc->cullRect().width()), in onGetSize()
30 SkScalarCeilToInt(fSrc->cullRect().height())); in onGetSize()
/third_party/flutter/skia/modules/skparagraph/src/
DFontResolver.h50 SkScalarCeilToInt(key.fFont.getSize()) + in operator()
51 SkScalarCeilToInt(key.fHeight); in operator()
/third_party/flutter/skia/tools/
Ddump_record.cpp59 const int w = SkScalarCeilToInt(src->cullRect().width()); in main()
60 const int h = SkScalarCeilToInt(src->cullRect().height()); in main()
/third_party/skia/tools/mdbviz/
DModel.cpp39 new DebugCanvas(SkScalarCeilToInt(pic->cullRect().width()), in load()
40 SkScalarCeilToInt(pic->cullRect().height()))); in load()
/third_party/flutter/skia/include/core/
DSkSize.h82 SkISize toCeil() const { return {SkScalarCeilToInt(fWidth), SkScalarCeilToInt(fHeight)}; } in toCeil()
/third_party/skia/include/core/
DSkSize.h80 SkISize toCeil() const { return {SkScalarCeilToInt(fWidth), SkScalarCeilToInt(fHeight)}; } in toCeil()
/third_party/flutter/skia/tools/mdbviz/
DModel.cpp39 new DebugCanvas(SkScalarCeilToInt(pic->cullRect().width()), in load()
40 SkScalarCeilToInt(pic->cullRect().height()))); in load()
/third_party/skia/src/gpu/tessellate/
DPathCurveTessellator.cpp70 SkScalarCeilToInt(wangs_formula::root4(n4/maxSegments_pow4)); in writePatches()
92 int numPatches = SkScalarCeilToInt(sqrtf(n2/maxSegments_pow2)); in writePatches()
114 SkScalarCeilToInt(wangs_formula::root4(n4/maxSegments_pow4)); in writePatches()
DPathWedgeTessellator.cpp182 SkScalarCeilToInt(wangs_formula::root4(n4/maxSegments_pow4)); in writePatches()
202 int numPatches = SkScalarCeilToInt(sqrtf(n2/maxSegments_pow2)); in writePatches()
222 SkScalarCeilToInt(wangs_formula::root4(n4/maxSegments_pow4)); in writePatches()
/third_party/flutter/skia/tools/lua/
Dlua_pictures.cpp147 new SkLuaCanvas(SkScalarCeilToInt(pic->cullRect().width()), in main()
148 SkScalarCeilToInt(pic->cullRect().height()), in main()
/third_party/flutter/skia/gm/
Dbigrrectaaeffect.cpp48 fTestWidth = SkScalarCeilToInt(rrect.width()) + 2 * kGap; in BigRRectAAEffectGM()
49 fTestHeight = SkScalarCeilToInt(rrect.height()) + 2 * kGap; in BigRRectAAEffectGM()
Dbeziereffects.cpp192 int numCols = SkScalarCeilToInt(SkScalarSqrt(SkIntToScalar(kNumConics*3))); in onDraw()
193 int numRows = SkScalarCeilToInt(SkIntToScalar(kNumConics*3) / numCols); in onDraw()
396 int numCols = SkScalarCeilToInt(SkScalarSqrt(SkIntToScalar(kNumQuads*3))); in onDraw()
397 int numRows = SkScalarCeilToInt(SkIntToScalar(kNumQuads*3) / numCols); in onDraw()
/third_party/skia/gm/
Dbigrrectaaeffect.cpp46 fTestWidth = SkScalarCeilToInt(rrect.width()) + 2 * kGap; in BigRRectAAEffectGM()
47 fTestHeight = SkScalarCeilToInt(rrect.height()) + 2 * kGap; in BigRRectAAEffectGM()
/third_party/skia/src/effects/
DSkEmbossMaskFilter.cpp88 margin->set(SkScalarCeilToInt(3*sigma), SkScalarCeilToInt(3*sigma)); in filterMask()
/third_party/flutter/skia/src/effects/
DSkEmbossMaskFilter.cpp87 margin->set(SkScalarCeilToInt(3*sigma), SkScalarCeilToInt(3*sigma)); in filterMask()
/third_party/flutter/skia/src/gpu/
DGrClip.h109 SkScalarCeilToInt(bounds.fRight - kBoundsTolerance), in GetPixelIBounds()
110 SkScalarCeilToInt(bounds.fBottom - kBoundsTolerance)); in GetPixelIBounds()
/third_party/skia/src/pdf/
DSkPDFShader.cpp103 SkISize patternDeviceSize = {SkScalarCeilToInt(deviceBounds.width()), in make_image_shader()
104 SkScalarCeilToInt(deviceBounds.height())}; in make_image_shader()
292 SkTPin(SkScalarCeilToInt(rasterScale * surfaceBBox.width()), 1, kMaxBitmapArea), in make_fallback_shader()
293 SkTPin(SkScalarCeilToInt(rasterScale * surfaceBBox.height()), 1, kMaxBitmapArea)}; in make_fallback_shader()
/third_party/flutter/skia/src/pdf/
DSkPDFShader.cpp102 SkISize patternDeviceSize = {SkScalarCeilToInt(deviceBounds.width()), in make_image_shader()
103 SkScalarCeilToInt(deviceBounds.height())}; in make_image_shader()
291 SkTClamp(SkScalarCeilToInt(rasterScale * surfaceBBox.width()), 1, kMaxBitmapArea), in make_fallback_shader()
292 SkTClamp(SkScalarCeilToInt(rasterScale * surfaceBBox.height()), 1, kMaxBitmapArea)}; in make_fallback_shader()
/third_party/skia/tools/
Ddump_record.cpp161 const int w = SkScalarCeilToInt(src->cullRect().width()); in main()
162 const int h = SkScalarCeilToInt(src->cullRect().height()); in main()

12345