Home
last modified time | relevance | path

Searched refs:fWidth (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/third_party/flutter/skia/include/core/
DSkSize.h14 int32_t fWidth; member
25 bool isZero() const { return 0 == fWidth && 0 == fHeight; } in isZero()
28 bool isEmpty() const { return fWidth <= 0 || fHeight <= 0; } in isEmpty()
31 void setEmpty() { fWidth = fHeight = 0; } in setEmpty()
33 int32_t width() const { return fWidth; } in width()
36 bool equals(int32_t w, int32_t h) const { return fWidth == w && fHeight == h; } in equals()
40 return a.fWidth == b.fWidth && a.fHeight == b.fHeight;
48 SkScalar fWidth; member
58 return *this = SkSize{SkIntToScalar(src.fWidth), SkIntToScalar(src.fHeight)};
67 bool isZero() const { return 0 == fWidth && 0 == fHeight; } in isZero()
[all …]
/third_party/skia/include/core/
DSkSize.h14 int32_t fWidth; member
25 bool isZero() const { return 0 == fWidth && 0 == fHeight; } in isZero()
28 bool isEmpty() const { return fWidth <= 0 || fHeight <= 0; } in isEmpty()
31 void setEmpty() { fWidth = fHeight = 0; } in setEmpty()
33 constexpr int32_t width() const { return fWidth; } in width()
36 constexpr int64_t area() const { return fWidth * fHeight; } in area()
38 bool equals(int32_t w, int32_t h) const { return fWidth == w && fHeight == h; } in equals()
42 return a.fWidth == b.fWidth && a.fHeight == b.fHeight;
50 SkScalar fWidth; member
65 bool isZero() const { return 0 == fWidth && 0 == fHeight; } in isZero()
[all …]
/third_party/skia/src/core/
DSkStrokeRec.cpp16 fWidth = (kFill_InitStyle == s) ? kStrokeRec_FillStyleWidth : 0; in SkStrokeRec()
36 fWidth = kStrokeRec_FillStyleWidth; in init()
40 fWidth = paint.getStrokeWidth(); in init()
46 fWidth = kStrokeRec_FillStyleWidth; in init()
49 fWidth = paint.getStrokeWidth(); in init()
56 fWidth = kStrokeRec_FillStyleWidth; in init()
68 if (fWidth < 0) { in getStyle()
70 } else if (0 == fWidth) { in getStyle()
78 fWidth = kStrokeRec_FillStyleWidth; in setFillStyle()
83 fWidth = 0; in setHairlineStyle()
[all …]
/third_party/flutter/skia/src/core/
DSkStrokeRec.cpp16 fWidth = (kFill_InitStyle == s) ? kStrokeRec_FillStyleWidth : 0; in SkStrokeRec()
36 fWidth = kStrokeRec_FillStyleWidth; in init()
40 fWidth = paint.getStrokeWidth(); in init()
46 fWidth = kStrokeRec_FillStyleWidth; in init()
49 fWidth = paint.getStrokeWidth(); in init()
56 fWidth = kStrokeRec_FillStyleWidth; in init()
68 if (fWidth < 0) { in getStyle()
70 } else if (0 == fWidth) { in getStyle()
78 fWidth = kStrokeRec_FillStyleWidth; in setFillStyle()
83 fWidth = 0; in setHairlineStyle()
[all …]
/third_party/flutter/skia/bench/
DCompositingImagesBench.cpp53 fTileSize.fWidth, fTileSize.fHeight, fTileGridSize.fWidth, in CompositingImages()
56 fName.appendf("_image_%dx%d", imageSize.fWidth, imageSize.fHeight); in CompositingImages()
95 auto ii = SkImageInfo::Make(fImageSize.fWidth, fImageSize.fHeight, kRGBA_8888_SkColorType, in onPerCanvasPreDraw()
98 int numImages = fLayerCnt * fTileGridSize.fWidth * fTileGridSize.fHeight; in onPerCanvasPreDraw()
110 SkRect::MakeLTRB(3, 3, fTileSize.fWidth - 3, fTileSize.fHeight - 3), paint); in onPerCanvasPreDraw()
128 fTileGridSize.fWidth * fTileGridSize.fHeight); in onDraw()
135 for (int x = 0; x < fTileGridSize.fWidth; ++x) { in onDraw()
152 for (int x = 0; x < fTileGridSize.fWidth - 1; ++x) { in onDraw()
157 fTileGridSize.fWidth - 1, nullptr, nullptr, &paint, in onDraw()
161 set[i++] = this->getAdjustedEntry(fTileGridSize.fWidth - 1, y, l, dstQuad); in onDraw()
[all …]
/third_party/skia/bench/
DCompositingImagesBench.cpp57 fTileSize.fWidth, fTileSize.fHeight, fTileGridSize.fWidth, in CompositingImages()
60 fName.appendf("_image_%dx%d", imageSize.fWidth, imageSize.fHeight); in CompositingImages()
99 auto ii = SkImageInfo::Make(fImageSize.fWidth, fImageSize.fHeight, kRGBA_8888_SkColorType, in onPerCanvasPreDraw()
102 int numImages = fLayerCnt * fTileGridSize.fWidth * fTileGridSize.fHeight; in onPerCanvasPreDraw()
114 SkRect::MakeLTRB(3, 3, fTileSize.fWidth - 3, fTileSize.fHeight - 3), paint); in onPerCanvasPreDraw()
132 fTileGridSize.fWidth * fTileGridSize.fHeight); in onDraw()
139 for (int x = 0; x < fTileGridSize.fWidth; ++x) { in onDraw()
156 for (int x = 0; x < fTileGridSize.fWidth - 1; ++x) { in onDraw()
161 fTileGridSize.fWidth - 1, nullptr, nullptr, sampling, &paint, in onDraw()
165 set[i++] = this->getAdjustedEntry(fTileGridSize.fWidth - 1, y, l, dstQuad); in onDraw()
[all …]
DImageCycleBench.cpp39 auto ii = SkImageInfo::Make(kImageSize.fWidth, kImageSize.fHeight, kRGBA_8888_SkColorType, in onPerCanvasPreDraw()
51 SkRect::MakeLTRB(1, 1, kImageSize.fWidth - 1, kImageSize.fHeight - 1), paint); in onPerCanvasPreDraw()
65 SkScalarFloorToInt(kDeviceSize.fWidth / (kImageSize.fWidth + kPad)); in onDraw()
72 SkScalar x = (r % imagesPerRow) * (kImageSize.fWidth + kPad); in onDraw()
85 SkIPoint onGetSize() override { return {kDeviceSize.fWidth, kDeviceSize.fHeight}; } in onGetSize()
/third_party/skia/modules/skparagraph/src/
DTextWrapper.h37 TextStretch() : fStart(), fEnd(), fWidth(0), fWidthWithGhostSpaces(0) {} in TextStretch()
39 … : fStart(s, 0), fEnd(e, e->endPos()), fMetrics(forceStrut), fWidth(0), fWidthWithGhostSpaces(0) { in TextStretch()
45 fWidth += c->width(); in TextStretch()
48 fWidthWithGhostSpaces = fWidth; in TextStretch()
51 inline SkScalar width() const { return fWidth; } in width()
68 fWidth += stretch.fWidth; in extend()
88 fWidth += cluster->width(); in extend()
108 fWidth = 0; in startFrom()
112 fWidthWithGhostSpaces = fWidth; in saveBreak()
117 fWidth = fWidthWithGhostSpaces; in restoreBreak()
[all …]
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCAtlas.cpp100 fWidth = 1 << (log2area / 2); in GrCCAtlas()
102 fWidth = SkTClamp(fWidth, specs.fMinTextureSize, specs.fMaxPreferredTextureSize); in GrCCAtlas()
105 if (fWidth < specs.fMinWidth || fHeight < specs.fMinHeight) { in GrCCAtlas()
108 fWidth = SkTMin(specs.fMinWidth + kPadding, fMaxTextureSize); in GrCCAtlas()
112 fTopNode = skstd::make_unique<Node>(nullptr, 0, 0, fWidth, fHeight); in GrCCAtlas()
119 desc.fWidth = fWidth; in GrCCAtlas()
146 fDrawBounds.fWidth = SkTMax(fDrawBounds.width(), location.x() + devIBounds.width()); in addRect()
160 if (fWidth == fMaxTextureSize && fHeight == fMaxTextureSize) { in internalPlaceRect()
163 if (fHeight <= fWidth) { in internalPlaceRect()
166 fTopNode = skstd::make_unique<Node>(std::move(fTopNode), 0, top, fWidth, fHeight); in internalPlaceRect()
[all …]
/third_party/flutter/skia/src/gpu/
DGrRectanizer_skyline.cpp26 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) { in addRect()
28 bestWidth = fSkyline[i].fWidth; in addRect()
64 widthLeft -= fSkyline[i].fWidth; in rectangleFits()
77 newSegment.fWidth = width; in addSkylineLevel()
80 SkASSERT(newSegment.fX + newSegment.fWidth <= this->width()); in addSkylineLevel()
88 if (fSkyline[i].fX < fSkyline[i-1].fX + fSkyline[i-1].fWidth) { in addSkylineLevel()
89 int shrink = fSkyline[i-1].fX + fSkyline[i-1].fWidth - fSkyline[i].fX; in addSkylineLevel()
92 fSkyline[i].fWidth -= shrink; in addSkylineLevel()
94 if (fSkyline[i].fWidth <= 0) { in addSkylineLevel()
110 fSkyline[i].fWidth += fSkyline[i+1].fWidth; in addSkylineLevel()
DGrSurfaceProxy.cpp33 return desc.fWidth <= 0 && in is_valid_fully_lazy()
40 return ((desc.fWidth > 0 && desc.fHeight > 0) || in is_valid_partially_lazy()
41 (desc.fWidth <= 0 && desc.fHeight <= 0)) && in is_valid_partially_lazy()
46 return desc.fWidth > 0 && in is_valid_non_lazy()
62 , fWidth(desc.fWidth) in GrSurfaceProxy()
94 , fWidth(fTarget->width()) in GrSurfaceProxy()
140 desc.fWidth = fWidth; in createSurfaceImpl()
153 int mipCount = SkMipMap::ComputeLevelCount(desc.fWidth, desc.fHeight) + 1; in createSurfaceImpl()
320 return fWidth; in worstCaseWidth()
322 return GrResourceProvider::MakeApprox(fWidth); in worstCaseWidth()
[all …]
DGrDataUtils.h37 , fWidth(info.width()) in GrPixelInfo()
41 : fColorInfo(ct, at, std::move(cs)), fWidth(w), fHeight(h) {} in GrPixelInfo()
68 int width() const { return fWidth; } in width()
86 auto rect = SkIRect::MakeXYWH(surfacePt->fX, surfacePt->fY, fWidth, fHeight); in clip()
94 fWidth = rect.width(); in clip()
99 bool isValid() const { return fColorInfo.isValid() && fWidth > 0 && fHeight > 0; } in isValid()
103 int fWidth = 0; variable
/third_party/skia/src/gpu/
DGrRectanizerSkyline.cpp28 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) { in addRect()
30 bestWidth = fSkyline[i].fWidth; in addRect()
66 widthLeft -= fSkyline[i].fWidth; in rectangleFits()
79 newSegment.fWidth = width; in addSkylineLevel()
82 SkASSERT(newSegment.fX + newSegment.fWidth <= this->width()); in addSkylineLevel()
90 if (fSkyline[i].fX < fSkyline[i-1].fX + fSkyline[i-1].fWidth) { in addSkylineLevel()
91 int shrink = fSkyline[i-1].fX + fSkyline[i-1].fWidth - fSkyline[i].fX; in addSkylineLevel()
94 fSkyline[i].fWidth -= shrink; in addSkylineLevel()
96 if (fSkyline[i].fWidth <= 0) { in addSkylineLevel()
112 fSkyline[i].fWidth += fSkyline[i+1].fWidth; in addSkylineLevel()
DGrNativeRect.h22 int fWidth; member
43 static_assert(8 == offsetof(GrNativeRect, fWidth)); in asInts()
49 SkIRect asSkIRect() const { return SkIRect::MakeXYWH(fX, fY, fWidth, fHeight); } in asSkIRect()
65 fWidth = width; in setRelativeTo()
73 SkASSERT(fWidth >= 0); in setRelativeTo()
80 fX + fWidth >= width && in contains()
84 void invalidate() {fX = fWidth = fY = fHeight = -1;} in invalidate()
85 bool isInvalid() const { return fX == -1 && fWidth == -1 && fY == -1 in isInvalid()
DGrDynamicAtlas.cpp89 fWidth = std::min(SkNextPow2(initialSize.width()), fMaxAtlasSize); in reset()
139 fDrawBounds.fWidth = std::max(fDrawBounds.width(), location->x() + width); in addRect()
154 if (w > fWidth) { in internalPlaceRect()
155 fWidth = std::min(SkNextPow2(w), fMaxAtlasSize); in internalPlaceRect()
160 fTopNode = this->makeNode(nullptr, 0, 0, fWidth, fHeight); in internalPlaceRect()
171 if (fWidth >= fMaxAtlasSize && fHeight >= fMaxAtlasSize) { in internalPlaceRect()
174 if (fHeight <= fWidth) { in internalPlaceRect()
177 fTopNode = this->makeNode(fTopNode, 0, top, fWidth, fHeight); in internalPlaceRect()
179 int left = fWidth; in internalPlaceRect()
180 fWidth = std::min(fWidth * 2, fMaxAtlasSize); in internalPlaceRect()
[all …]
/third_party/flutter/skia/src/gpu/gl/
DGrGLIRect.h23 GrGLsizei fWidth; member
34 GR_STATIC_ASSERT(8 == offsetof(GrGLIRect, fWidth)); in asInts()
41 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight)); in pushToGLViewport()
45 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight)); in pushToGLScissor()
71 fWidth = width; in setRelativeTo()
79 SkASSERT(fWidth >= 0); in setRelativeTo()
86 fLeft + fWidth >= width && in contains()
90 void invalidate() {fLeft = fWidth = fBottom = fHeight = -1;} in invalidate()
91 bool isInvalid() const { return fLeft == -1 && fWidth == -1 && fBottom == -1 in isInvalid()
/third_party/skia/third_party/externals/icu/source/io/
Duscanf_p.cpp84 int32_t fWidth; /* Width */ member
125 info->fWidth = -1; in u_scanf_parse_spec()
192 info->fWidth = (int) (*s++ - DIGIT_ZERO); in u_scanf_parse_spec()
195 info->fWidth *= 10; in u_scanf_parse_spec()
196 info->fWidth += (int) (*s++ - DIGIT_ZERO); in u_scanf_parse_spec()
412 *(int16_t*)(args[0].ptrValue) = (int16_t)(UINT16_MAX & info->fWidth); in u_scanf_count_handler()
414 *(int64_t*)(args[0].ptrValue) = info->fWidth; in u_scanf_count_handler()
416 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth); in u_scanf_count_handler()
453 if(info->fWidth != -1) in u_scanf_double_handler()
454 len = ufmt_min(len, info->fWidth); in u_scanf_double_handler()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/io/
Duscanf_p.cpp84 int32_t fWidth; /* Width */ member
125 info->fWidth = -1; in u_scanf_parse_spec()
192 info->fWidth = (int) (*s++ - DIGIT_ZERO); in u_scanf_parse_spec()
195 info->fWidth *= 10; in u_scanf_parse_spec()
196 info->fWidth += (int) (*s++ - DIGIT_ZERO); in u_scanf_parse_spec()
412 *(int16_t*)(args[0].ptrValue) = (int16_t)(UINT16_MAX & info->fWidth); in u_scanf_count_handler()
414 *(int64_t*)(args[0].ptrValue) = info->fWidth; in u_scanf_count_handler()
416 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth); in u_scanf_count_handler()
453 if(info->fWidth != -1) in u_scanf_double_handler()
454 len = ufmt_min(len, info->fWidth); in u_scanf_double_handler()
[all …]
/third_party/icu/icu4c/source/io/
Duscanf_p.cpp84 int32_t fWidth; /* Width */ member
125 info->fWidth = -1; in u_scanf_parse_spec()
192 info->fWidth = (int) (*s++ - DIGIT_ZERO); in u_scanf_parse_spec()
195 info->fWidth *= 10; in u_scanf_parse_spec()
196 info->fWidth += (int) (*s++ - DIGIT_ZERO); in u_scanf_parse_spec()
412 *(int16_t*)(args[0].ptrValue) = (int16_t)(UINT16_MAX & info->fWidth); in u_scanf_count_handler()
414 *(int64_t*)(args[0].ptrValue) = info->fWidth; in u_scanf_count_handler()
416 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth); in u_scanf_count_handler()
453 if(info->fWidth != -1) in u_scanf_double_handler()
454 len = ufmt_min(len, info->fWidth); in u_scanf_double_handler()
[all …]
/third_party/flutter/skia/modules/skparagraph/src/
DTextWrapper.h37 TextStretch() : fStart(), fEnd(), fWidth(0), fWidthWithGhostSpaces(0) {} in TextStretch()
39 … : fStart(s, 0), fEnd(e, e->endPos()), fMetrics(forceStrut), fWidth(0), fWidthWithGhostSpaces(0) { in TextStretch()
47 inline SkScalar width() const { return fWidth; } in width()
65 fWidth += stretch.fWidth; in extend()
75 fWidth += cluster->width(); in extend()
91 fWidth = 0; in startFrom()
107 fWidthWithGhostSpaces = fWidth; in saveBreak()
114 fWidth -= (fEnd.cluster()->width() - fEnd.cluster()->trimmedWidth(fEnd.position())); in trim()
121 fWidth -= cluster->width(); in trim()
123 fWidth = 0; in trim()
[all …]
/third_party/skia/tests/
DVkDrawableTest.cpp41 , fWidth(width) in TestDrawable()
51 , fWidth(width) in DrawHandlerBasic()
68 clearRect.rect.offset = { fWidth / 2, 0 }; in draw()
69 clearRect.rect.extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight }; in draw()
83 vkInfo.fDrawBounds->offset = { fWidth / 2, 0 }; in draw()
84 vkInfo.fDrawBounds->extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight }; in draw()
88 int32_t fWidth; member in TestDrawable::DrawHandlerBasic
149 SkIRect rect = SkIRect::MakeXYWH(td->fWidth/2, 0, td->fWidth/4, td->fHeight); in ImportDraw()
160 SkRect dstRect = SkRect::MakeXYWH(3*td->fWidth/4, 0, td->fWidth/4, td->fHeight); in ImportDraw()
161 SkRect srcRect = SkRect::MakeIWH(td->fWidth/4, td->fHeight); in ImportDraw()
[all …]
/third_party/flutter/skia/tests/
DVkDrawableTest.cpp38 , fWidth(width) in TestDrawable()
48 , fWidth(width) in DrawHandlerBasic()
65 clearRect.rect.offset = { fWidth / 2, 0 }; in draw()
66 clearRect.rect.extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight }; in draw()
80 vkInfo.fDrawBounds->offset = { fWidth / 2, 0 }; in draw()
81 vkInfo.fDrawBounds->extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight }; in draw()
85 int32_t fWidth; member in TestDrawable::DrawHandlerBasic
145 SkIRect rect = SkIRect::MakeXYWH(td->fWidth/2, 0, td->fWidth/4, td->fHeight); in ImportDraw()
156 SkRect dstRect = SkRect::MakeXYWH(3*td->fWidth/4, 0, td->fWidth/4, td->fHeight); in ImportDraw()
157 SkIRect srcRect = SkIRect::MakeWH(td->fWidth/4, td->fHeight); in ImportDraw()
[all …]
/third_party/skia/experimental/sktext/src/
DLine.h85 Stretch() : fGlyphStart(), fGlyphEnd(), fWidth(0), fTextRange(EMPTY_RANGE), fTextMetrics() { } in Stretch()
90 , fWidth(0.0) in Stretch()
97 , fWidth(width) in Stretch()
117 fWidth = 0.0f; in clean()
131 this->fWidth = tail.fWidth; in moveTo()
142 this->fWidth += tail.fWidth; in moveTo()
151 this->fWidth = width; in finish()
154 SkScalar width() const { return fWidth; } in width()
167 SkScalar fWidth; variable
/third_party/flutter/skia/src/gpu/mock/
DGrMockTexture.h54 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, isProtected) in GrMockTexture()
55 , INHERITED(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, isProtected,
81 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, isProtected) in GrMockRenderTarget()
82 , INHERITED(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, sampleCnt, isProtected)
90 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, isProtected) in GrMockRenderTarget()
91 , INHERITED(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, sampleCnt, isProtected)
126 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, isProtected) in GrMockRenderTarget()
127 , INHERITED(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, sampleCnt, isProtected)
143 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, isProtected) in GrMockTextureRenderTarget()
154 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, isProtected) in GrMockTextureRenderTarget()
/third_party/skia/tools/
Dimage_diff_metric.cpp29 bm[i].allocN32Pixels(codec->dimensions().fWidth, codec->dimensions().fHeight); in main()
40 dim.fWidth, dim.fHeight, bm[1].dimensions().fWidth, bm[1].dimensions().fHeight); in main()
47 for (size_t i = 0; i < (size_t)dim.fWidth * (size_t)4; ++i) { in main()
52 ((uint64_t)255 * 4 * (uint64_t)dim.fWidth * (uint64_t)dim.fHeight)); in main()

12345678910>>...21