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

  /frameworks/native/libs/gui/
GLConsumer.cpp 155 mCurrentCrop(Rect::EMPTY_RECT),
183 mCurrentCrop(Rect::EMPTY_RECT),
321 mCurrentCrop.makeInvalid();
485 mCurrentCrop = item.mCrop;
516 mCurrentCrop);
531 mCurrentCrop,
808 isEglImageCroppable(mCurrentCrop) ? Rect::EMPTY_RECT : mCurrentCrop,
928 Rect outCrop = mCurrentCrop;
930 uint32_t newWidth = static_cast<uint32_t>(mCurrentCrop.width())
    [all...]
  /frameworks/native/include/gui/
GLConsumer.h 386 // mCurrentCrop is the crop rectangle that applies to the current texture.
388 Rect mCurrentCrop;
  /frameworks/native/services/surfaceflinger/
Layer.cpp 105 mCurrentCrop.makeInvalid();
353 if (!mCurrentCrop.isEmpty()) {
355 crop = mCurrentCrop;
    [all...]
Layer.h 542 Rect mCurrentCrop;

Completed in 265 milliseconds