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

  /external/skia/src/codec/
SkFrameHolder.h 154 : fScreenWidth(0)
164 int screenWidth() const { return fScreenWidth; }
182 int fScreenWidth;
SkWebpCodec.h 85 fScreenWidth = w;
  /external/skqp/src/codec/
SkFrameHolder.h 154 : fScreenWidth(0)
164 int screenWidth() const { return fScreenWidth; }
182 int fScreenWidth;
SkWebpCodec.h 85 fScreenWidth = w;
  /external/skia/third_party/gif/
SkGifImageReader.cpp 498 fScreenWidth = GETINT16(currentComponent);
738 fScreenWidth = std::max(fScreenWidth, xOffset + width);
751 width = fScreenWidth;
769 || width < fScreenWidth
    [all...]
  /external/skqp/third_party/gif/
SkGifImageReader.cpp 498 fScreenWidth = GETINT16(currentComponent);
738 fScreenWidth = std::max(fScreenWidth, xOffset + width);
751 width = fScreenWidth;
769 || width < fScreenWidth
    [all...]

Completed in 917 milliseconds