Home
last modified time | relevance | path

Searched refs:Invert (Results 1 – 25 of 78) sorted by relevance

1234

/external/dng_sdk/source/
Ddng_color_spec.cpp58 dng_matrix_3by3 B = Invert (Mb) * A * Mb; in MapWhiteMatrix()
449 dng_matrix individualToReference = Invert (fAnalogBalance * cameraCalibration); in SetWhiteXY()
454 Invert (refCameraWhite.AsDiagonal ()) * in SetWhiteXY()
467 fCameraToPCS = Invert (fPCStoCamera, reductionMatrix); in SetWhiteXY()
538 dng_xy_coord next = XYZtoXY (Invert (xyzToCamera) * neutral); in NeutralToXY()
Ddng_matrix.cpp1017 dng_matrix Invert (const dng_matrix &A) in Invert() function
1048 return Invert (B * A) * B; in Invert()
1056 dng_matrix Invert (const dng_matrix &A, in Invert() function
1065 return Invert (A); in Invert()
1074 return Invert (hint * A) * hint; in Invert()
Ddng_camera_profile.cpp233 Invert (xyz.AsDiagonal ()) * in NormalizeForwardMatrix()
767 (void) Invert (fColorMatrix1, in IsValid()
775 (void) Invert (fColorMatrix1); in IsValid()
805 (void) Invert (fColorMatrix2, in IsValid()
813 (void) Invert (fColorMatrix2); in IsValid()
Ddng_matrix.h293 dng_matrix Invert (const dng_matrix &A);
295 dng_matrix Invert (const dng_matrix &A,
Ddng_color_space.cpp231 fMatrixFromPCS = Invert (fMatrixToPCS); in SetMatrixToPCS()
/external/skia/src/gpu/
DGrBlend.cpp27 static MaskedColor Invert(const MaskedColor& in) { in Invert() function in MaskedColor
91 return MaskedColor::Mul(MaskedColor::Invert(dst), value); in get_term()
99 return MaskedColor::Mul(MaskedColor::Invert(src), value); in get_term()
/external/mesa3d/src/mesa/main/
Dpixelstore.c98 ctx->Pack.Invert = param; in _mesa_PixelStorei()
246 ctx->Pack.Invert = GL_FALSE; in _mesa_init_pixelstore()
261 ctx->Unpack.Invert = GL_FALSE; in _mesa_init_pixelstore()
283 ctx->DefaultPacking.Invert = GL_FALSE; in _mesa_init_pixelstore()
/external/skia/tests/
DGrShapeTest.cpp156 enum class Invert { kNo, kYes }; enum in __anon026913a40111::PathGeo
158 PathGeo(const SkPath& path, Invert invert) : fPath(path) { in PathGeo()
160 if (Invert::kYes == invert) { in PathGeo()
226 Invert invert) in RRectPathGeo()
232 Invert invert) in RRectPathGeo()
1795 for (PathGeo::Invert invert : {PathGeo::Invert::kNo, PathGeo::Invert::kYes}) { in test_short_path_keys()
1853 PathGeo::Invert::kNo)); in DEF_TEST()
1855 PathGeo::Invert::kYes)); in DEF_TEST()
1857 PathGeo::Invert::kNo)); in DEF_TEST()
1867 PathGeo::Invert::kNo)); in DEF_TEST()
[all …]
/external/v8/src/compiler/
Doperation-typer.h65 ComparisonOutcome Invert(ComparisonOutcome);
66 Type* Invert(Type*);
Dtyper.cc261 static ComparisonOutcome Invert(ComparisonOutcome, Typer*);
262 static Type* Invert(Type*, Typer*);
390 Type* Typer::Visitor::Invert(Type* type, Typer* t) { in Invert() function in v8::internal::compiler::Typer::Visitor
399 Typer::Visitor::ComparisonOutcome Typer::Visitor::Invert( in Invert() function in v8::internal::compiler::Typer::Visitor
889 return Invert(JSEqualTyper(lhs, rhs, t), t); in JSNotEqualTyper()
925 return Invert(JSStrictEqualTyper(lhs, rhs, t), t); in JSStrictNotEqualTyper()
982 return FalsifyUndefined(Invert(JSCompareTyper(rhs, lhs, t), t), t); in JSLessThanOrEqualTyper()
988 return FalsifyUndefined(Invert(JSCompareTyper(lhs, rhs, t), t), t); in JSGreaterThanOrEqualTyper()
/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp191 return Invert; in GetHighlightingMode()
198 return Invert; in GetHighlightingMode()
Dcpdf_formcontrol.h47 enum HighlightingMode { None = 0, Invert, Outline, Push, Toggle }; enumerator
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp578 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert, int &Other) { in getCRIdxForSetCC() argument
579 Invert = false; in getCRIdxForSetCC()
591 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE in getCRIdxForSetCC()
593 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE in getCRIdxForSetCC()
595 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE in getCRIdxForSetCC()
596 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO in getCRIdxForSetCC()
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp200 Value *buildCondition(BranchInst *Term, unsigned Idx, bool Invert);
417 bool Invert) { in buildCondition() argument
418 Value *Cond = Invert ? BoolFalse : BoolTrue; in buildCondition()
422 if (Idx != (unsigned)Invert) in buildCondition()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_draw.c102 if (unpack->Invert) { in do_blit_drawpixels()
Dintel_pixel_read.c106 pack->Invert) in intel_readpixels_tiled_memcpy()
Dintel_tex_subimage.c115 packing->Invert) in intel_texsubimage_tiled_memcpy()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_read.c109 if (pack->Invert) { in do_blit_readpixels()
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp502 bool Invert = !DefMI; in optimizeSelect() local
509 MachineOperand FalseReg = MI.getOperand(Invert ? 1 : 2); in optimizeSelect()
526 if (Invert) in optimizeSelect()
/external/libchrome/crypto/
Dp224.cc245 void Invert(FieldElement* out, const FieldElement& in) { in Invert() function
691 Invert(&zinv, this->z); in ToString()
732 Invert(&zinv, in.z); in Negate()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h570 bool Invert) const;
576 bool Invert = false) const;
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_pixel_read.c153 if (pack->Invert) { in do_blit_readpixels()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_pixel_read.c153 if (pack->Invert) { in do_blit_readpixels()
/external/python/cpython2/Tools/compiler/
Dast.txt83 Invert: expr
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.cpp791 bool Invert = false; in LowerSETCC() local
803 Invert = true; in LowerSETCC()
811 Invert = true; in LowerSETCC()
829 if (Invert) in LowerSETCC()

1234