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

  /external/skia/src/codec/
SkCodecImageGenerator.cpp 32 , fUWidth(0)
67 fUWidth = sizeInfo.fUSize.width();
82 SkASSERT(fYWidth != 0 && fUWidth != 0 && fVWidth != 0);
84 sizeInfo.fUSize.set(fUWidth, sizes[1].height());
SkCodecImageGenerator.h 45 int fUWidth;

Completed in 62 milliseconds