OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lcd
(Results
1 - 10
of
10
) sorted by null
/external/skia/tests/
TextBlobCacheTest.cpp
104
for (int
lcd
= 0;
lcd
< 2;
lcd
++) {
107
paint.setLCDRenderText(SkToBool(
lcd
));
108
if (!SkToBool(
lcd
)) {
123
// create surface where
LCD
is impossible
/external/ltp/testcases/network/tcp_cmds/ftp/
ftp01
98
echo
lcd
$TCtmp
110
echo
lcd
$TCdat
/external/skia/src/core/
SkXfermode4f.cpp
390
void src_1_lcd(uint32_t dst[], const SkPM4f* src, int count, const uint16_t
lcd
[]) {
394
uint16_t rgb =
lcd
[i];
404
void src_n_lcd(uint32_t dst[], const SkPM4f src[], int count, const uint16_t
lcd
[]) {
406
uint16_t rgb =
lcd
[i];
417
void srcover_1_lcd(uint32_t dst[], const SkPM4f* src, int count, const uint16_t
lcd
[]) {
422
uint16_t rgb =
lcd
[i];
434
void srcover_n_lcd(uint32_t dst[], const SkPM4f src[], int count, const uint16_t
lcd
[]) {
436
uint16_t rgb =
lcd
[i];
SkXfermodePriv.h
278
typedef void (*LCD32Proc)(uint32_t* dst, const SkPM4f* src, int count, const uint16_t
lcd
[]);
279
typedef void (*LCDF16Proc)(uint64_t* dst, const SkPM4f* src, int count, const uint16_t
lcd
[]);
/external/skia/src/gpu/text/
GrAtlasTextContext.h
53
inline static SkColor ComputeCanonicalColor(const SkPaint&, bool
lcd
);
GrAtlasTextContext.cpp
32
SkColor GrAtlasTextContext::ComputeCanonicalColor(const SkPaint& paint, bool
lcd
) {
34
if (
lcd
) {
35
// This is the correct computation, but there are tons of cases where
LCD
can be overridden.
36
// For now we just regenerate if any run in a textblob has
LCD
.
102
// We canonicalize all non-
lcd
draws to use kUnknown_SkPixelGeometry
106
// TODO we want to figure out a way to be able to use the canonical color on
LCD
text,
107
// see the note on ComputeCanonicalColor above. We pick a dummy value for
LCD
text to
/external/skia/gm/
variedtext.cpp
22
VariedTextGM(bool effectiveClip, bool
lcd
)
24
, fLCD(
lcd
) {
/external/e2fsprogs/debugfs/
debug_cmds.ct
134
lcd
;
/external/skia/samplecode/
SampleApp.cpp
532
FlagsFilterCanvas(SkCanvas* canvas, SkOSMenu::TriState
lcd
, SkOSMenu::TriState aa,
535
, fLCDState(
lcd
)
951
itemID = fAppMenu->appendTriState("
LCD
", "
LCD
", sinkID, fLCDState);
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
srconv.c
347
un.
lcd
= DATE;
[
all
...]
Completed in 224 milliseconds