HomeSort by relevance Sort by last modified time
    Searched refs:fScaledHeight (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkBitmapCache.h 24 int32_t fScaledHeight; // 0 for unscaled
29 if (fScaledWidth || fScaledHeight) {
30 SkASSERT(fScaledWidth && fScaledHeight);
SkBitmapCache.cpp 106 fDesc.fScaledWidth, fDesc.fScaledHeight, fDesc.fImageID,
232 SkASSERT(desc.fScaledHeight == 0);

Completed in 214 milliseconds