OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fillWidth
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/codec/
SkCodec.cpp
579
const int
fillWidth
= sampler ? sampler->
fillWidth
() :
584
const auto fillInfo = info.makeWH(
fillWidth
, linesRemaining);
SkWuffsCodec.cpp
150
int
fillWidth
() const override;
295
int SkWuffsSpySampler::
fillWidth
() const {
488
auto fillInfo = dstInfo().makeWH(fSwizzler->
fillWidth
(), fScaledHeight);
574
// Make fSpySampler return whatever fSwizzler would have for
fillWidth
.
575
fSpySampler.fFillWidth = fSwizzler->
fillWidth
();
[
all
...]
/external/skqp/src/codec/
SkCodec.cpp
579
const int
fillWidth
= sampler ? sampler->
fillWidth
() :
584
const auto fillInfo = info.makeWH(
fillWidth
, linesRemaining);
SkWuffsCodec.cpp
147
int
fillWidth
() const override;
293
int SkWuffsSpySampler::
fillWidth
() const {
461
auto fillInfo = dstInfo().makeWH(fSwizzler->
fillWidth
(), scaledHeight);
571
// Make fSpySampler return whatever fSwizzler would have for
fillWidth
.
572
fSpySampler.fFillWidth = fSwizzler->
fillWidth
();
[
all
...]
Completed in 258 milliseconds