OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsetBounds
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/effects/imagefilters/
SkLightingImageFilter.cpp
459
const SkIRect&
offsetBounds
,
475
format, SkBackingFit::kApprox,
offsetBounds
.width(),
476
offsetBounds
.height(), SkColorType2GrPixelConfig(colorType),
482
SkIRect dstIRect = SkIRect::MakeWH(
offsetBounds
.width(),
offsetBounds
.height());
499
const SkIRect* pSrcBounds = inputBounds.contains(
offsetBounds
) ? nullptr : &inputBounds;
501
kTopLeft_BoundaryMode, pSrcBounds,
offsetBounds
);
503
kTop_BoundaryMode, pSrcBounds,
offsetBounds
);
505
kTopRight_BoundaryMode, pSrcBounds,
offsetBounds
);
507
kLeft_BoundaryMode, pSrcBounds,
offsetBounds
);
[
all
...]
/external/skqp/src/effects/imagefilters/
SkLightingImageFilter.cpp
457
const SkIRect&
offsetBounds
,
473
format, SkBackingFit::kApprox,
offsetBounds
.width(),
474
offsetBounds
.height(), SkColorType2GrPixelConfig(colorType),
480
SkIRect dstIRect = SkIRect::MakeWH(
offsetBounds
.width(),
offsetBounds
.height());
497
const SkIRect* pSrcBounds = inputBounds.contains(
offsetBounds
) ? nullptr : &inputBounds;
499
kTopLeft_BoundaryMode, pSrcBounds,
offsetBounds
);
501
kTop_BoundaryMode, pSrcBounds,
offsetBounds
);
503
kTopRight_BoundaryMode, pSrcBounds,
offsetBounds
);
505
kLeft_BoundaryMode, pSrcBounds,
offsetBounds
);
[
all
...]
/cts/tests/framework/base/windowmanager/src/android/server/wm/
PinnedStackTests.java
[
all
...]
Completed in 135 milliseconds