HomeSort by relevance Sort by last modified time
    Searched refs:Invert (Results 1 - 25 of 57) sorted by null

1 2 3

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
Invert.java 28 public class Invert extends SimpleImageFilter {
42 public Invert(String name) {
48 return new NativeProgram("filterpack_imageproc", "invert");
  /external/v8/src/compiler/
operation-typer.h 59 ComparisonOutcome Invert(ComparisonOutcome);
60 Type* Invert(Type*);
operation-typer.cc 375 Type* OperationTyper::Invert(Type* type) {
383 OperationTyper::ComparisonOutcome OperationTyper::Invert(
typer.cc 234 static ComparisonOutcome Invert(ComparisonOutcome, Typer*);
235 static Type* Invert(Type*, Typer*);
351 Type* Typer::Visitor::Invert(Type* type, Typer* t) {
360 Typer::Visitor::ComparisonOutcome Typer::Visitor::Invert(
779 return Invert(JSEqualTyper(lhs, rhs, t), t);
816 return Invert(JSStrictEqualTyper(lhs, rhs, t), t);
873 return FalsifyUndefined(Invert(JSCompareTyper(rhs, lhs, t), t), t);
879 return FalsifyUndefined(Invert(JSCompareTyper(lhs, rhs, t), t), t);
    [all...]
wasm-compiler.h 160 Node* Invert(Node* node);
  /external/dng_sdk/source/
dng_color_spec.cpp 58 dng_matrix_3by3 B = Invert (Mb) * A * Mb;
449 dng_matrix individualToReference = Invert (fAnalogBalance * cameraCalibration);
454 Invert (refCameraWhite.AsDiagonal ()) *
464 // Invert this PCS to camera matrix. Note that if there are more than three
467 fCameraToPCS = Invert (fPCStoCamera, reductionMatrix);
538 dng_xy_coord next = XYZtoXY (Invert (xyzToCamera) * neutral);
dng_matrix.h 293 dng_matrix Invert (const dng_matrix &A);
295 dng_matrix Invert (const dng_matrix &A,
dng_camera_profile.cpp 233 Invert (xyz.AsDiagonal ()) *
767 (void) Invert (fColorMatrix1,
775 (void) Invert (fColorMatrix1);
805 (void) Invert (fColorMatrix2,
813 (void) Invert (fColorMatrix2);
dng_matrix.cpp 1017 dng_matrix Invert (const dng_matrix &A)
1048 return Invert (B * A) * B;
1056 dng_matrix Invert (const dng_matrix &A,
1065 return Invert (A);
1074 return Invert (hint * A) * hint;
dng_shared.cpp     [all...]
  /external/mesa3d/src/mesa/main/
pixelstore.c 140 if (ctx->Pack.Invert == param)
143 ctx->Pack.Invert = param;
272 ctx->Pack.Invert = GL_FALSE;
285 ctx->Unpack.Invert = GL_FALSE;
305 ctx->DefaultPacking.Invert = GL_FALSE;
image.c 173 if (packing->Invert) {
311 if (packing->Invert) {
  /external/skia/src/gpu/
GrBlend.cpp 27 static MaskedColor Invert(const MaskedColor& in) {
91 return MaskedColor::Mul(MaskedColor::Invert(dst), value);
99 return MaskedColor::Mul(MaskedColor::Invert(src), value);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_read.c 115 if (pack->Invert) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 153 if (pack->Invert) {
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 522 bool Invert) const;
529 bool Invert = false) const;
  /external/pdfium/core/src/fpdfdoc/
doc_formcontrol.cpp 180 return Invert;
187 return Invert;
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 194 Value *invert(Value *Condition);
196 Value *buildCondition(BranchInst *Term, unsigned Idx, bool Invert);
367 /// \brief Invert the given condition
368 Value *StructurizeCFG::invert(Value *Condition) { function in class:StructurizeCFG
384 // Third: Check all the users for an invert
402 llvm_unreachable("Unhandled condition to invert");
407 bool Invert) {
408 Value *Cond = Invert ? BoolFalse : BoolTrue;
412 if (Idx != (unsigned)Invert)
413 Cond = invert(Cond)
    [all...]
  /external/webrtc/webrtc/base/
virtualsocketserver.h 189 static Function* Invert(Function* f);
virtualsocketserver.cc 993 return Resample(Invert(Accumulate(f)), 0, 1, samples);
1029 VirtualSocketServer::Function* VirtualSocketServer::Invert(Function* f) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmatrix.h 110 Status Invert()
  /external/libchrome/crypto/
p224.cc 243 // Invert calcuates *out = in**-1 by computing in**(2**224 - 2**96 - 1), i.e.
245 void Invert(FieldElement* out, const FieldElement& in) {
691 Invert(&zinv, this->z);
732 Invert(&zinv, in.z);
  /external/libweave/third_party/chromium/crypto/
p224.cc 272 // Invert calcuates *out = in**-1 by computing in**(2**224 - 2**96 - 1), i.e.
274 void Invert(FieldElement* out, const FieldElement& in) {
720 Invert(&zinv, this->z);
761 Invert(&zinv, in.z);
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 428 inline bool Invert() {

Completed in 1051 milliseconds

1 2 3