OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCrop
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/include/ui/
Overlay.h
90
status_t
getCrop
(uint32_t* x, uint32_t* y, uint32_t* w, uint32_t* h) ;
/frameworks/base/include/private/surfaceflinger/
SharedBufferStack.h
101
Rect
getCrop
(int buffer) const;
283
Rect
getCrop
(int buffer) const;
/frameworks/base/libs/ui/
Overlay.cpp
80
status_t Overlay::
getCrop
(uint32_t* x, uint32_t* y, uint32_t* w, uint32_t* h)
83
return mOverlayData->
getCrop
(mOverlayData, x, y, w, h);
/hardware/libhardware/include/hardware/
overlay.h
195
int (*
getCrop
)(struct overlay_data_device_t *dev,
/frameworks/base/libs/surfaceflinger_client/
SharedBufferStack.cpp
147
Rect SharedBufferStack::
getCrop
(int buffer) const
565
Rect SharedBufferServer::
getCrop
(int buf) const
568
return stack.
getCrop
(buf);
/frameworks/base/services/surfaceflinger/
Layer.cpp
619
setBufferCrop( lcblk->
getCrop
(buf) );
/hardware/ti/omap3/liboverlay/
overlay.cpp
[
all
...]
/device/samsung/crespo/liboverlay/
overlay.cpp
[
all
...]
Completed in 401 milliseconds