OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetStride
(Results
1 - 2
of
2
) sorted by null
/frameworks/webview/chromium/plat_support/
graphic_buffer_impl.cpp
74
return buffer->
GetStride
();
108
uint32_t GraphicBufferImpl::
GetStride
() const {
110
return mBuffer->
getStride
() * kBytesPerPixel;
/hardware/qcom/display/msm8996/libgralloc1/
gr_priv_handle.h
160
int
GetStride
() const {
162
// Why GetWidth &
GetStride
?? Are we supposed to maintain unaligned values??
Completed in 75 milliseconds