OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smaller_than
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/codec/
SkAndroidCodec.cpp
203
static inline bool
smaller_than
(const SkISize& a, const SkISize& b) {
function
219
if (
smaller_than
(fInfo.dimensions(), *desiredSize)) {
255
if (smaller == computedSize ||
smaller_than
(smaller, *desiredSize)) {
268
if (!
smaller_than
(computedSize, *desiredSize)) {
278
if (bigger == *desiredSize || !
smaller_than
(bigger, *desiredSize)) {
/external/skqp/src/codec/
SkAndroidCodec.cpp
207
static inline bool
smaller_than
(const SkISize& a, const SkISize& b) {
function
223
if (
smaller_than
(fInfo.dimensions(), *desiredSize)) {
259
if (smaller == computedSize ||
smaller_than
(smaller, *desiredSize)) {
272
if (!
smaller_than
(computedSize, *desiredSize)) {
282
if (bigger == *desiredSize || !
smaller_than
(bigger, *desiredSize)) {
Completed in 802 milliseconds