Home
last modified time | relevance | path

Searched defs:clr (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
Dcmscam02.c103 CAM02COLOR XYZtoCAT02(CAM02COLOR clr) in XYZtoCAT02()
113 CAM02COLOR ChromaticAdaptation(CAM02COLOR clr, cmsCIECAM02* pMod) in ChromaticAdaptation()
128 CAM02COLOR CAT02toHPE(CAM02COLOR clr) in CAT02toHPE()
150 CAM02COLOR NonlinearCompression(CAM02COLOR clr, cmsCIECAM02* pMod) in NonlinearCompression()
174 CAM02COLOR ComputeCorrelates(CAM02COLOR clr, cmsCIECAM02* pMod) in ComputeCorrelates()
244 CAM02COLOR InverseCorrelates(CAM02COLOR clr, cmsCIECAM02* pMod) in InverseCorrelates()
297 CAM02COLOR InverseNonlinearity(CAM02COLOR clr, cmsCIECAM02* pMod) in InverseNonlinearity()
315 CAM02COLOR HPEtoCAT02(CAM02COLOR clr) in HPEtoCAT02()
337 CAM02COLOR InverseChromaticAdaptation(CAM02COLOR clr, cmsCIECAM02* pMod) in InverseChromaticAdaptation()
349 CAM02COLOR CAT02toXYZ(CAM02COLOR clr) in CAT02toXYZ()
[all …]
/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_translate.c528 VGfloat clr[4]; in _vega_unpack_float_span_rgba() local
547 VGfloat clr[4]; in _vega_unpack_float_span_rgba() local
566 VGfloat clr[4]; in _vega_unpack_float_span_rgba() local
683 VGfloat clr[4]; in _vega_unpack_float_span_rgba() local
707 VGfloat clr[4]; in _vega_unpack_float_span_rgba() local
730 VGfloat clr[4]; in _vega_unpack_float_span_rgba() local
Dpaint.c95 static INLINE VGuint float4_to_argb(const VGfloat *clr) in float4_to_argb()
/external/opencv/otherlibs/highgui/
Dutils.cpp383 int count3, PaletteEntry clr ) in FillUniColor()
415 int count, uchar clr ) in FillUniGray()
451 PaletteEntry clr = palette[indices[0]]; in FillColorRow8() local
480 PaletteEntry clr = palette[idx >> 4]; in FillColorRow4() local
503 uchar clr = palette[idx >> 4]; in FillGrayRow4() local
535 PaletteEntry clr = palette[idx < 0]; in FillColorRow1() local
Dutils.h50 #define WRITE_PIX( ptr, clr ) \ argument
Dgrfmt_bmp.cpp263 PaletteEntry clr[2]; in ReadData() local
/external/zlib/src/examples/
Dgzjoin.c279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy()
/external/llvm/test/MC/X86/
Dx86-64.s464 clr %di label
465 clr %esi label
466 clr %rsi label
/external/toybox/lib/
Dargs.c144 struct opts *clr; in gotflag() local
/external/libgdx/gdx/src/com/badlogic/gdx/math/collision/
DBoundingBox.java206 public BoundingBox clr () { in clr() method in BoundingBox
/external/deqp/modules/gles3/functional/
Des3fDitheringTests.cpp329 const tcu::RGBA clr = renderedImg.getPixel(x, y); in drawAndCheckGradient() local
Des3fMultisampleTests.cpp1180 const tcu::RGBA& clr = clearedImg.getPixel(x, y); in iterate() local
/external/deqp/modules/gles2/functional/
Des2fDitheringTests.cpp329 const tcu::RGBA clr = renderedImg.getPixel(x, y); in drawAndCheckGradient() local
Des2fMultisampleTests.cpp1021 const tcu::RGBA& clr = clearedImg.getPixel(x, y); in iterate() local
/external/mksh/src/
Dvar.c737 typeset(const char *var, uint32_t set, uint32_t clr, int field, int base) in typeset()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.h513 inline void clr(unsigned int i) in clr() function
/external/opencv/cxcore/src/
Dcxdrawing.cpp2478 void* clr = (contour->flags & CV_SEQ_FLAG_HOLE) == 0 ? ext_buf : hole_buf; in cvDrawContours() local
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp2714 void CPDFSDK_InterForm::SetHighlightColor(FX_COLORREF clr, int nFieldType) {
/external/v8/src/s390/
Dassembler-s390.cc1736 void Assembler::clr(Register r1, Register r2) { rr_form(CLR, r1, r2); } in clr() function in v8::internal::Assembler