HomeSort by relevance Sort by last modified time
    Searched refs:lcd (Results 1 - 13 of 13) 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/skqp/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/gm/
variedtext.cpp 22 VariedTextGM(bool effectiveClip, bool lcd)
24 , fLCD(lcd) {
  /external/skqp/gm/
variedtext.cpp 22 VariedTextGM(bool effectiveClip, bool lcd)
24 , fLCD(lcd) {
  /external/skqp/src/gpu/text/
GrAtlasTextContext.h 65 static SkColor ComputeCanonicalColor(const SkPaint&, bool lcd);
GrAtlasTextContext.cpp 61 SkColor GrAtlasTextContext::ComputeCanonicalColor(const SkPaint& paint, bool lcd) {
63 if (lcd) {
64 // This is the correct computation, but there are tons of cases where LCD can be overridden.
65 // For now we just regenerate if any run in a textblob has LCD.
133 // We canonicalize all non-lcd draws to use kUnknown_SkPixelGeometry
137 // TODO we want to figure out a way to be able to use the canonical color on LCD text,
138 // see the note on ComputeCanonicalColor above. We pick a dummy value for LCD text to
    [all...]
  /external/e2fsprogs/debugfs/
debug_cmds.ct 134 lcd;
  /external/skia/src/gpu/text/
GrAtlasTextContext.h 94 static SkColor ComputeCanonicalColor(const SkPaint&, bool lcd);
GrAtlasTextContext.cpp 55 SkColor GrAtlasTextContext::ComputeCanonicalColor(const SkPaint& paint, bool lcd) {
57 if (lcd) {
58 // This is the correct computation, but there are tons of cases where LCD can be overridden.
59 // For now we just regenerate if any run in a textblob has LCD.
128 // We canonicalize all non-lcd draws to use kUnknown_SkPixelGeometry
132 // TODO we want to figure out a way to be able to use the canonical color on LCD text,
133 // see the note on ComputeCanonicalColor above. We pick a dummy value for LCD text to
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
srconv.c 348 un.lcd = DATE;
    [all...]
  /external/annotation-tools/asmx/
janino.jar 
  /external/annotation-tools/asmx/test/lib/
janino-2.3.4.jar 

Completed in 501 milliseconds