OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkDeviceProfile
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkDeviceProfile.cpp
9
#include "
SkDeviceProfile
.h"
12
SK_DEFINE_INST_COUNT(
SkDeviceProfile
)
16
#define DEFAULT_LCDCONFIG
SkDeviceProfile
::kNone_LCDConfig
17
#define DEFAULT_FONTHINTLEVEL
SkDeviceProfile
::kSlight_FontHintLevel
28
SkDeviceProfile
::
SkDeviceProfile
(float gammaExp, float contrast,
36
void
SkDeviceProfile
::generateTableForLuminanceByte(U8CPU lumByte,
42
SkDeviceProfile
*
SkDeviceProfile
::Create(float gammaExp,
46
return SkNEW_ARGS(
SkDeviceProfile
, (gammaExp, contrast, config, level))
[
all
...]
SkDeviceProfile.h
13
class
SkDeviceProfile
: public SkRefCnt {
15
SK_DECLARE_INST_COUNT(
SkDeviceProfile
)
48
static
SkDeviceProfile
* Create(float gammaExp,
59
static
SkDeviceProfile
* GetDefault();
66
static
SkDeviceProfile
* RefGlobal();
75
static void SetGlobal(
SkDeviceProfile
*);
87
SkDeviceProfile
(float gammaExp, float contrastScale, LCDConfig,
/external/skia/src/core/
SkDeviceProfile.cpp
9
#include "
SkDeviceProfile
.h"
12
SK_DEFINE_INST_COUNT(
SkDeviceProfile
)
16
#define DEFAULT_LCDCONFIG
SkDeviceProfile
::kNone_LCDConfig
17
#define DEFAULT_FONTHINTLEVEL
SkDeviceProfile
::kSlight_FontHintLevel
28
SkDeviceProfile
::
SkDeviceProfile
(float gammaExp, float contrast,
36
void
SkDeviceProfile
::generateTableForLuminanceByte(U8CPU lumByte,
42
SkDeviceProfile
*
SkDeviceProfile
::Create(float gammaExp,
46
return SkNEW_ARGS(
SkDeviceProfile
, (gammaExp, contrast, config, level))
[
all
...]
SkDeviceProfile.h
13
class
SkDeviceProfile
: public SkRefCnt {
15
SK_DECLARE_INST_COUNT(
SkDeviceProfile
)
48
static
SkDeviceProfile
* Create(float gammaExp,
59
static
SkDeviceProfile
* GetDefault();
66
static
SkDeviceProfile
* RefGlobal();
75
static void SetGlobal(
SkDeviceProfile
*);
87
SkDeviceProfile
(float gammaExp, float contrastScale, LCDConfig,
/external/skia/
Android.mk
126
src/core/
SkDeviceProfile
.cpp \
Completed in 74 milliseconds