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

1 2 3 4 5

  /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/skia/src/gpu/
GrReducedClip.h 123 enum class Invert : bool {
128 static GrClipEdgeType GetClipEdgeType(Invert, GrAA);
129 ClipResult addAnalyticFP(const SkRect& deviceSpaceRect, Invert, GrAA);
130 ClipResult addAnalyticFP(const SkRRect& deviceSpaceRRect, Invert, GrAA);
131 ClipResult addAnalyticFP(const SkPath& deviceSpacePath, Invert, GrAA);
GrBlend.cpp 28 static MaskedColor Invert(const MaskedColor& in) {
92 return MaskedColor::Mul(MaskedColor::Invert(dst), value);
100 return MaskedColor::Mul(MaskedColor::Invert(src), value);
GrReducedClip.cpp 116 ClipResult::kNotClipped == this->addAnalyticFP(fAAClipRect, Invert::kNo, GrAA::kYes)) {
515 return this->addAnalyticFP(element->getDeviceSpaceRRect(), Invert::kNo,
520 Invert(element->isInverseFilled()), GrAA(element->isAA()));
542 return this->addAnalyticFP(element->getDeviceSpaceRect(), Invert::kYes,
548 ClipResult clipResult = this->addAnalyticFP(clipRRect, Invert::kYes,
587 Invert(!element->isInverseFilled()), GrAA(element->isAA()));
606 GrClipEdgeType GrReducedClip::GetClipEdgeType(Invert invert, GrAA aa) {
607 if (Invert::kNo == invert) {
760 bool invert = element->isInverseFilled(); local
    [all...]
  /external/skqp/src/gpu/
GrReducedClip.h 123 enum class Invert : bool {
128 static GrClipEdgeType GetClipEdgeType(Invert, GrAA);
129 ClipResult addAnalyticFP(const SkRect& deviceSpaceRect, Invert, GrAA);
130 ClipResult addAnalyticFP(const SkRRect& deviceSpaceRRect, Invert, GrAA);
131 ClipResult addAnalyticFP(const SkPath& deviceSpacePath, Invert, GrAA);
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);
GrReducedClip.cpp 116 ClipResult::kNotClipped == this->addAnalyticFP(fAAClipRect, Invert::kNo, GrAA::kYes)) {
515 return this->addAnalyticFP(element->getDeviceSpaceRRect(), Invert::kNo,
520 Invert(element->isInverseFilled()), GrAA(element->isAA()));
542 return this->addAnalyticFP(element->getDeviceSpaceRect(), Invert::kYes,
548 ClipResult clipResult = this->addAnalyticFP(clipRRect, Invert::kYes,
587 Invert(!element->isInverseFilled()), GrAA(element->isAA()));
606 GrClipEdgeType GrReducedClip::GetClipEdgeType(Invert invert, GrAA aa) {
607 if (Invert::kNo == invert) {
760 bool invert = element->isInverseFilled(); local
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
cholesky_outer_product_test.py 31 """Tests the correctness of the Y = Invert(bij) transformation."""
44 rev = bijectors.Invert(fwd)
45 self.assertEqual("_".join(["invert", fwd.name]), rev.name)
59 bijector = bijectors.Invert(bijectors.Exp())
65 bijector = bijectors.Invert(bijectors.SigmoidCentered(validate_args=True))
82 bijector=bijectors.Invert(bijectors.Exp())))
invert_test.py 31 """Tests the correctness of the Y = Invert(bij) transformation."""
44 rev = bijectors.Invert(fwd)
45 self.assertEqual("_".join(["invert", fwd.name]), rev.name)
59 bijector = bijectors.Invert(bijectors.Exp())
65 bijector = bijectors.Invert(bijectors.SigmoidCentered(validate_args=True))
82 bijector=bijectors.Invert(bijectors.Exp())))
real_nvp_test.py 23 from tensorflow.contrib.distributions.python.ops.bijectors.invert import Invert
98 nvp = Invert(RealNVP(
masked_autoregressive_test.py 24 from tensorflow.contrib.distributions.python.ops.bijectors.invert import Invert
124 ma = Invert(MaskedAutoregressiveFlow(
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
invert.py 15 """Invert bijector."""
24 "Invert",
28 class Invert(bijector_lib.Bijector):
38 bijector=bijector.Invert(bijector.Exp())
65 "Invert is not implemented for non-injective bijectors.")
68 super(Invert, self).__init__(
74 name=name or "_".join(["invert", bijector.name]))
  /external/v8/src/compiler/
operation-typer.h 65 ComparisonOutcome Invert(ComparisonOutcome);
66 Type* Invert(Type*);
  /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;
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
pose.h 28 void Invert() {
35 result.Invert();
  /external/mesa3d/src/mesa/main/
pixelstore.c 98 ctx->Pack.Invert = param;
246 ctx->Pack.Invert = GL_FALSE;
261 ctx->Unpack.Invert = GL_FALSE;
283 ctx->DefaultPacking.Invert = GL_FALSE;
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_read.c 106 /* Mesa flips the dst_stride for pack->Invert, but we want our mt to have a
109 if (pack->Invert) {
  /external/pdfium/core/fpdfdoc/
cpdf_formcontrol.h 42 enum HighlightingMode { None = 0, Invert, Outline, Push, Toggle };
  /external/skia/tests/
GrShapeTest.cpp 422 enum class Invert { kNo, kYes };
424 PathGeo(const SkPath& path, Invert invert) : fPath(path) {
426 if (Invert::kYes == invert) {
492 Invert invert)
493 : PathGeo(path, invert)
498 Invert invert)
    [all...]
  /external/skqp/tests/
GrShapeTest.cpp 394 enum class Invert { kNo, kYes };
396 PathGeo(const SkPath& path, Invert invert) : fPath(path) {
398 if (Invert::kYes == invert) {
464 Invert invert)
465 : PathGeo(path, invert)
470 Invert invert)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel_draw.c 99 /* Mesa flips the src_stride for unpack->Invert, but we want our mt to have
102 if (unpack->Invert) {
intel_pixel_read.c 106 pack->Invert)

Completed in 496 milliseconds

1 2 3 4 5