OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkPixelRef
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp
8
#include "
SkPixelRef
.h"
75
void
SkPixelRef
::setMutex(SkBaseMutex* mutex) {
85
SkPixelRef
::
SkPixelRef
(const SkImageInfo& info, SkBaseMutex* mutex) {
96
SkPixelRef
::
SkPixelRef
(const SkImageInfo& info) {
109
SkPixelRef
::
SkPixelRef
(SkBaseMutex* mutex) {
122
SkPixelRef
::
SkPixelRef
(SkFlattenableReadBuffer& buffer, SkBaseMutex* mutex
[
all
...]
/external/skia/src/core/
SkPixelRef.cpp
8
#include "
SkPixelRef
.h"
75
void
SkPixelRef
::setMutex(SkBaseMutex* mutex) {
85
SkPixelRef
::
SkPixelRef
(const SkImageInfo& info, SkBaseMutex* mutex) {
96
SkPixelRef
::
SkPixelRef
(const SkImageInfo& info) {
109
SkPixelRef
::
SkPixelRef
(SkBaseMutex* mutex) {
122
SkPixelRef
::
SkPixelRef
(SkFlattenableReadBuffer& buffer, SkBaseMutex* mutex
[
all
...]
/external/chromium_org/third_party/skia/include/core/
SkPixelRef.h
42
/** \class
SkPixelRef
50
class SK_API
SkPixelRef
: public SkFlattenable {
52
SK_DECLARE_INST_COUNT(
SkPixelRef
)
56
explicit
SkPixelRef
(SkBaseMutex* mutex = NULL);
59
explicit
SkPixelRef
(const SkImageInfo&);
60
SkPixelRef
(const SkImageInfo&, SkBaseMutex* mutex);
61
virtual ~
SkPixelRef
();
200
* @return A new
SkPixelRef
, or NULL if either there is an error (e.g. the destination could
204
virtual
SkPixelRef
* deepCopy(SkBitmap::Config config, const SkIRect* subset = NULL) {
224
SK_DEFINE_FLATTENABLE_TYPE(
SkPixelRef
)
[
all
...]
/external/skia/include/core/
SkPixelRef.h
42
/** \class
SkPixelRef
50
class SK_API
SkPixelRef
: public SkFlattenable {
52
SK_DECLARE_INST_COUNT(
SkPixelRef
)
56
explicit
SkPixelRef
(SkBaseMutex* mutex = NULL);
59
explicit
SkPixelRef
(const SkImageInfo&);
60
SkPixelRef
(const SkImageInfo&, SkBaseMutex* mutex);
61
virtual ~
SkPixelRef
();
200
* @return A new
SkPixelRef
, or NULL if either there is an error (e.g. the destination could
204
virtual
SkPixelRef
* deepCopy(SkBitmap::Config config, const SkIRect* subset = NULL) {
224
SK_DEFINE_FLATTENABLE_TYPE(
SkPixelRef
)
[
all
...]
Completed in 41 milliseconds