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

  /external/skia/src/codec/
SkCodecImageGenerator.cpp 31 , fYWidth(0)
66 fYWidth = sizeInfo.fYSize.width();
82 SkASSERT(fYWidth != 0 && fUWidth != 0 && fVWidth != 0);
83 sizeInfo.fYSize.set(fYWidth, sizes[0].height());
SkCodecImageGenerator.h 44 int fYWidth;

Completed in 172 milliseconds