OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pixels_
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/cc/resources/
etc1_pixel_ref.cc
15
:
pixels_
(pixels.Pass()) {
23
: SkPixelRef(info),
pixels_
(pixels.Pass()) {
31
return static_cast<void*>(
pixels_
.get());
etc1_pixel_ref.h
37
scoped_ptr<uint8_t[]>
pixels_
;
member in class:cc::ETC1PixelRef
/external/chromium_org/ui/gfx/android/
java_bitmap.h
25
inline void* pixels() { return
pixels_
; }
36
void*
pixels_
;
member in class:gfx::JavaBitmap
java_bitmap.cc
22
pixels_
(NULL) {
23
int err = AndroidBitmap_lockPixels(AttachCurrentThread(), bitmap_, &
pixels_
);
25
DCHECK(
pixels_
);
/external/chromium_org/cc/test/
skia_common.cc
16
: SkPixelRef(info),
pixels_
(new char[4 * info.fWidth * info.fHeight]) {}
23
return
pixels_
.get();
36
pixels_
(new char[4 * info.fWidth * info.fHeight]) {}
43
return
pixels_
.get();
skia_common.h
34
scoped_ptr<char[]>
pixels_
;
member in class:cc::TestPixelRef
52
scoped_ptr<char[]>
pixels_
;
member in class:cc::TestLazyPixelRef
/external/chromium_org/ui/gfx/ozone/dri/
dri_skbitmap.cc
47
void*
pixels_
;
member in class:gfx::__anon17621::DriSkPixelRef
74
:
pixels_
(pixels),
82
munmap(
pixels_
, size_);
88
return
pixels_
;
/external/chromium_org/third_party/libwebp/dec/
vp8li.h
68
uint32_t *
pixels_
; // Internal data: either uint8_t* for alpha
member in struct:__anon14820
vp8l.c
648
const uint32_t* const rows = dec->
pixels_
+ dec->width_ * dec->last_row_;
[
all
...]
/external/webp/src/dec/
vp8li.h
68
uint32_t *
pixels_
; // Internal data: either uint8_t* for alpha
member in struct:__anon31264
vp8l.c
647
const uint32_t* const rows = dec->
pixels_
+ dec->width_ * dec->last_row_;
[
all
...]
/external/chromium_org/skia/ext/
bitmap_platform_device_win.cc
34
void*
pixels_
;
member in class:__anon13082::PlatformBitmapPixelRef
123
pixels_
(pixels) {
134
return
pixels_
;
lazy_pixel_ref_utils_unittest.cc
39
scoped_ptr<char[]>
pixels_
;
member in class:skia::__anon13090::TestPixelRef
57
scoped_ptr<char[]>
pixels_
;
member in class:skia::__anon13090::TestLazyPixelRef
93
:
pixels_
(new char[4 * width * height]) {}
100
return
pixels_
.get();
110
:
pixels_
(new char[4 * width * height]) {}
117
return
pixels_
.get();
/external/chromium_org/android_webview/browser/
in_process_view_renderer.cc
115
pixels_
= sw_functions ?
119
if (
pixels_
)
120
BrowserViewRenderer::GetAwDrawSWFunctionTable()->release_pixels(
pixels_
);
122
AwPixelInfo* pixels() { return
pixels_
; }
125
AwPixelInfo*
pixels_
;
member in class:android_webview::__anon5829::ScopedPixelAccess
[
all
...]
/external/chromium_org/content/common/gpu/client/
gl_helper.cc
198
unsigned char*
pixels_
,
204
pixels(
pixels_
),
[
all
...]
Completed in 617 milliseconds