Home
last modified time | relevance | path

Searched defs:dark (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/
DSettingsChannel.java78 dark("dark"); enumConstant
/third_party/cups-filters/cupsfilters/
Dcmyk.c1036 dark, /* Light ink cut-off */ in cupsCMYKLoad() local
1880 float dark) /* I - Dark ink only level */ in cupsCMYKSetLtDk()
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrCode.java314 private void setModule(int x, int y, int dark) { in setModule()
416 int dark = 0; in getPenaltyScore() local
/third_party/ffmpeg/libavfilter/
Dvf_maskedclamp.c137 AVFrame *out, *base, *dark, *bright; in process_frame() local
228 AVFilterLink *dark = ctx->inputs[1]; in config_output() local
Dvf_datascope.c481 FFDrawColor dark; member
782 FFDrawColor dark; member
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayBorderPanel.java378 Color dark = getBackground().darker().darker().darker(); in paint() local
/third_party/qrcodegen/c/
Dqrcodegen.c590 bool dark = getBit(data[i >> 3], 7 - (i & 7)); in drawCodewords() local
697 int dark = 0; in getPenaltyScore() local
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrCode.java587 int dark = 0; in getPenaltyScore() local
/third_party/qrcodegen/cpp/
Dqrcodegen.cpp647 int dark = 0; in getPenaltyScore() local
/third_party/qrcodegen/rust/src/
Dlib.rs682 let dark: i32 = self.modules.iter().copied().map(i32::from).sum(); in get_penalty_score() localVariable
/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs776 let dark = self.modules.iter().map(|x| x.count_ones()).sum::<u32>() as i32; in get_penalty_score() localVariable