OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inRed
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/report/
TextReportCanvas.java
76
public void writeParagraph(String text, boolean
inRed
) {
77
openParagraph(
inRed
);
78
if (
inRed
) {
HTMLReportCanvas.java
72
public void writeParagraph(String text, boolean
inRed
) {
73
openParagraph(
inRed
);
/external/libvncserver/libvncserver/
tableinittctemplate.c
64
int
inRed
, inGreen, inBlue, outRed, outGreen, outBlue;
73
inRed
= (i >> in->redShift) & in->redMax;
77
outRed = (
inRed
* out->redMax + in->redMax / 2) / in->redMax;
tableinit24.c
79
int
inRed
, inGreen, inBlue, outRed, outGreen, outBlue;
89
inRed
= (i >> in->redShift) & in->redMax;
93
outRed = (
inRed
* out->redMax + in->redMax / 2) / in->redMax;
tight.c
[
all
...]
Completed in 6067 milliseconds