OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useBounds
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/effects/
GrConvolutionEffect.h
29
bool
useBounds
,
35
useBounds
,
45
bool
useBounds
,
51
useBounds
,
61
bool
useBounds
() const { return fUseBounds; }
96
bool
useBounds
,
103
bool
useBounds
,
GrConvolutionEffect.cpp
35
bool
useBounds
() const { return fUseBounds; }
53
fUseBounds = c.
useBounds
();
67
if (this->
useBounds
()) {
90
if (this->
useBounds
()) {
124
if (conv.
useBounds
()) {
141
if (conv.
useBounds
()) {
154
bool
useBounds
,
156
: Gr1DKernelEffect(texture, direction, radius), fUseBounds(
useBounds
) {
170
bool
useBounds
,
172
: Gr1DKernelEffect(texture, direction, radius), fUseBounds(
useBounds
) {
[
all
...]
/external/skia/src/gpu/effects/
GrConvolutionEffect.h
29
bool
useBounds
,
35
useBounds
,
45
bool
useBounds
,
51
useBounds
,
61
bool
useBounds
() const { return fUseBounds; }
96
bool
useBounds
,
103
bool
useBounds
,
GrConvolutionEffect.cpp
35
bool
useBounds
() const { return fUseBounds; }
53
fUseBounds = c.
useBounds
();
67
if (this->
useBounds
()) {
90
if (this->
useBounds
()) {
124
if (conv.
useBounds
()) {
141
if (conv.
useBounds
()) {
154
bool
useBounds
,
156
: Gr1DKernelEffect(texture, direction, radius), fUseBounds(
useBounds
) {
170
bool
useBounds
,
172
: Gr1DKernelEffect(texture, direction, radius), fUseBounds(
useBounds
) {
[
all
...]
/external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.cpp
49
bool
useBounds
,
54
texture, direction, radius, sigma,
useBounds
, bounds));
/external/skia/src/effects/
SkGpuBlurUtils.cpp
49
bool
useBounds
,
54
texture, direction, radius, sigma,
useBounds
, bounds));
Completed in 162 milliseconds