HomeSort by relevance Sort by last modified time
    Searched refs:crop (Results 276 - 300 of 379) sorted by null

<<111213141516

  /external/autotest/client/cros/graphics/
graphics_utils.py 528 Take a screenshot, crop to final height starting at given (x, y) coordinate.
539 image.crop()
545 cropped = image.crop(box)
552 Take a screenshot using import tool, crop according to dim given by the box.
559 cmd = ('/usr/local/bin/import -window root -depth 8 -crop '
577 Take a screenshot using import tool, crop according to dim given by the box.
586 image = image.crop(box)
    [all...]
  /frameworks/native/services/surfaceflinger/
BufferLayer.cpp 558 Rect crop(mConsumer->getCurrentCrop());
561 if ((crop != mCurrentCrop) ||
564 mCurrentCrop = crop;
834 * the "source crop" is rounded to texel boundaries.
    [all...]
SurfaceFlinger.cpp     [all...]
SurfaceInterceptor.cpp 108 addCropLocked(transaction, layerId, layer->mCurrentState.crop);
357 addCropLocked(transaction, layerId, state.crop);
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
QCamera3HWI.cpp 8149 int32_t *crop = new int32_t[cnt*4]; local
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp 6029 int32_t *crop = new int32_t[cnt*4]; local
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraStream.cpp 939 * DESCRIPTION: query and sync runtime parameters like output crop
957 LOGE("stream getParameter for output crop failed");
979 * @previewWindoe : preview window ops table to set preview crop window
980 * @crop_info : crop info
996 // get stream param for crop info
1000 mCropInfo = crop_info.crop_info[i].crop;
1003 // update preview window crop if it's preview/postview stream
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraStream.cpp 973 * DESCRIPTION: query and sync runtime parameters like output crop
991 LOGE("stream getParameter for output crop failed");
1013 * @previewWindoe : preview window ops table to set preview crop window
1014 * @crop_info : crop info
1030 // get stream param for crop info
1034 mCropInfo = crop_info.crop_info[i].crop;
    [all...]
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp     [all...]
  /external/ImageMagick/Magick++/demo/
demo.cpp 147 cout << " crop ..." << endl;
149 example.label( "Crop" );
150 example.crop( "80x80+25+50" );
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.h 331 const android::FloatRect& crop);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
BoundedRect.java 16 package com.android.gallery3d.filtershow.crop;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
BaseFiltersManager.java 311 R.string.crop,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java 32 import com.android.gallery3d.filtershow.crop.CropDrawingUtils;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 319 mCropRadio.setText("Crop");
705 mValues.crop = true;
709 mValues.crop = false;
    [all...]
  /developers/build/lib/
assetstudio.jar 
  /hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
ComposerCommandBuffer.h 371 void setLayerSourceCrop(const IComposerClient::FRect& crop) {
373 writeFRect(crop);
  /hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
HwcHal.h 472 Error setLayerSourceCrop(Display display, Layer layer, const hwc_frect_t& crop) override {
473 int32_t err = mDispatch.setLayerSourceCrop(mDevice, display, layer, crop);
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_layers.cpp 412 HWC2::Error HWCLayer::SetLayerSourceCrop(hwc_frect_t crop) {
414 SetRect(crop, &src_rect);
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp 1021 LayerRect crop = LayerRect(0, 0, FLOAT(width), FLOAT(height)); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java 42 import com.android.gallery3d.filtershow.crop.CropActivity;
43 import com.android.gallery3d.filtershow.crop.CropExtras;
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0/
asset-studio-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-alpha7/
asset-studio-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-beta1/
asset-studio-25.2.0-beta1.jar 

Completed in 701 milliseconds

<<111213141516