OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fullDim
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/codec/
SkRawCodec.cpp
787
const SkISize
fullDim
= this->getInfo().dimensions();
788
const float fullShortEdge = static_cast<float>(SkTMin(
fullDim
.fWidth,
fullDim
.fHeight));
/external/skqp/src/codec/
SkRawCodec.cpp
792
const SkISize
fullDim
= this->getInfo().dimensions();
793
const float fullShortEdge = static_cast<float>(SkTMin(
fullDim
.fWidth,
fullDim
.fHeight));
Completed in 169 milliseconds