HomeSort by relevance Sort by last modified time
    Searched defs:fBounds (Results 76 - 89 of 89) sorted by null

1 2 34

  /external/skia/samplecode/
SampleQuadStroker.cpp 88 SkRect fBounds;
111 SkRect fBounds;
226 fCubicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
228 fConicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
230 fQuadButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
232 fArcButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
234 fRRectButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
236 fCircleButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
238 fTextButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
264 fBounds.set(0, 0, SkIntToScalar(width * zoom), SkIntToScalar(height * zoom))
    [all...]
  /external/skqp/samplecode/
SampleQuadStroker.cpp 88 SkRect fBounds;
111 SkRect fBounds;
226 fCubicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
228 fConicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
230 fQuadButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
232 fArcButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
234 fRRectButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
236 fCircleButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
238 fTextButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
264 fBounds.set(0, 0, SkIntToScalar(width * zoom), SkIntToScalar(height * zoom))
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 251 const Vec2& fBounds,
257 const Vec4 i0 = c0*(1.0f - fBounds[0]) + c1*fBounds[0];
258 const Vec4 i1 = c0*(1.0f - fBounds[1]) + c1*fBounds[1];
802 const Vec2& fBounds,
824 if (isLinearRangeValid(prec, c0, c1, fBounds, result))
838 const Vec2& fBounds,
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 138 fTop = fBottom = clip.fBounds.fBottom;
151 fTop = clip.fBounds.fTop;
152 fBottom = clip.fBounds.fTop + fCurrYOff->fY + 1;
192 SkASSERT(fBounds.isEmpty());
195 SkASSERT(!fBounds.isEmpty());
203 const int lastY = fBounds.height() - 1;
215 size_t rowLength = compute_row_length(row, fBounds.width());
249 const int width = fBounds.width();
251 int y = fBounds.fTop;
446 const int width = fBounds.width()
    [all...]
  /external/skia/src/gpu/ops/
GrOvalOpFactory.cpp     [all...]
  /external/skia/tests/
ImageFilterTest.cpp 296 : SkImageFilter(nullptr, 0, nullptr), fBounds(bounds) {}
311 return fBounds;
314 SkIRect fBounds;
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.h 740 SkRect fBounds;
  /external/skqp/src/core/
SkAAClip.cpp 138 fTop = fBottom = clip.fBounds.fBottom;
151 fTop = clip.fBounds.fTop;
152 fBottom = clip.fBounds.fTop + fCurrYOff->fY + 1;
192 SkASSERT(fBounds.isEmpty());
195 SkASSERT(!fBounds.isEmpty());
203 const int lastY = fBounds.height() - 1;
215 size_t rowLength = compute_row_length(row, fBounds.width());
249 const int width = fBounds.width();
251 int y = fBounds.fTop;
446 const int width = fBounds.width()
    [all...]
  /external/skqp/src/gpu/ops/
GrOvalOpFactory.cpp     [all...]
  /external/skqp/tests/
ImageFilterTest.cpp 296 : SkImageFilter(nullptr, 0, nullptr), fBounds(bounds) {}
311 return fBounds;
314 SkIRect fBounds;
    [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.h 740 SkRect fBounds;
  /external/skia/src/pathops/
SkPathOpsTSect.h 211 SkDRect fBounds;
549 if (!fBounds.intersects(opp->fBounds)) {
575 fBounds.setBounds(fPart);
578 fBoundsMax = SkTMax(fBounds.width(), fBounds.height());
587 return fBounds.valid();
805 SkASSERT(fBounds.width() || fBounds.height() || fCollapsed);
806 SkASSERT(fBoundsMax == SkTMax(fBounds.width(), fBounds.height()) || fCollapsed == 0xFF)
    [all...]
  /external/skqp/src/pathops/
SkPathOpsTSect.h 211 SkDRect fBounds;
549 if (!fBounds.intersects(opp->fBounds)) {
575 fBounds.setBounds(fPart);
578 fBoundsMax = SkTMax(fBounds.width(), fBounds.height());
587 return fBounds.valid();
805 SkASSERT(fBounds.width() || fBounds.height() || fCollapsed);
806 SkASSERT(fBoundsMax == SkTMax(fBounds.width(), fBounds.height()) || fCollapsed == 0xFF)
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
rt.jar 

Completed in 465 milliseconds

1 2 34