Searched defs:invert (Results 101 - 125 of 235) sorted by relevance

12345678910

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mc.c314 create_ycbcr_frag_shader(struct vl_mc *r, float scale, bool invert, argument
362 ureg_MUL(shader, ureg_writemask(fragment, TGSI_WRITEMASK_XYZ), ureg_src(tmp), ureg_imm1f(shader, invert ? -1.0f : 1.0f));
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c111 bool invert)
124 if (invert) {
104 get_bitmap_rect(GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap, GLuint x, GLuint y, GLuint w, GLuint h, GLubyte *dest, GLuint row_align, bool invert) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c108 bool invert)
121 if (invert) {
101 get_bitmap_rect(GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap, GLuint x, GLuint y, GLuint w, GLuint h, GLubyte *dest, GLuint row_align, bool invert) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c266 const GLboolean invert = (st_fb_orientation(fb) == Y_0_TOP); local
271 vp.scale[1] = height * (invert ? -0.5f : 0.5f);
H A Dst_cb_fbo.c756 const GLboolean invert = rb->Name == 0; local
786 * 'invert' will be true for window-system buffers and false for
789 if (invert)
800 if (invert) {
H A Dst_mesa_to_tgsi.c590 boolean invert,
628 ureg_scalar(wpostrans, invert ? 2 : 0),
646 if (invert) {
682 boolean invert = FALSE; local
691 * stored in the 'invert' variable).
717 /* the driver supports lower-left origin, need to invert Y */
720 invert = TRUE;
732 /* the driver supports upper-left origin, need to invert Y */
733 invert = TRUE;
770 /* we invert afte
587 emit_wpos_adjustment(struct gl_context *ctx, struct st_translate *t, const struct gl_program *program, boolean invert, GLfloat adjX, GLfloat adjY[2]) argument
[all...]
/external/skia/src/gpu/
H A DGrDefaultGeoProcFactory.cpp352 SkMatrix invert = SkMatrix::I(); local
355 if (!viewMatrix.isIdentity() && !viewMatrix.invert(&invert)) {
360 invert.preConcat(*localCoords.fMatrix);
364 LocalCoords inverted(LocalCoords::kUsePosition_Type, &invert);
H A DGrClipStackClip.cpp166 bool invert = element->isInverseFilled(); local
167 bool needsStencil = invert ||
412 // but leave the pixels inside the geometry alone. For reverse difference we invert all
416 // invert the entire scene
H A DGrSoftwarePathRenderer.cpp110 SkMatrix invert; local
111 if (!viewMatrix.invert(&invert)) {
120 SkMatrix::I(), rect, invert);
126 SkMatrix::I(), rect, invert);
132 SkMatrix::I(), rect, invert);
138 SkMatrix::I(), rect, invert);
151 SkMatrix invert; local
152 if (!viewMatrix.invert(&invert)) {
[all...]
/external/skqp/src/gpu/
H A DGrDefaultGeoProcFactory.cpp352 SkMatrix invert = SkMatrix::I(); local
355 if (!viewMatrix.isIdentity() && !viewMatrix.invert(&invert)) {
360 invert.preConcat(*localCoords.fMatrix);
364 LocalCoords inverted(LocalCoords::kUsePosition_Type, &invert);
H A DGrClipStackClip.cpp166 bool invert = element->isInverseFilled(); local
167 bool needsStencil = invert ||
412 // but leave the pixels inside the geometry alone. For reverse difference we invert all
416 // invert the entire scene
H A DGrSoftwarePathRenderer.cpp110 SkMatrix invert; local
111 if (!viewMatrix.invert(&invert)) {
120 SkMatrix::I(), rect, invert);
126 SkMatrix::I(), rect, invert);
132 SkMatrix::I(), rect, invert);
138 SkMatrix::I(), rect, invert);
151 SkMatrix invert; local
152 if (!viewMatrix.invert(&invert)) {
[all...]
/external/skqp/src/gpu/glsl/
H A DGrGLSLFragmentShaderBuilder.cpp138 void GrGLSLFragmentShaderBuilder::maskSampleCoverage(const char* mask, bool invert) { argument
151 if (invert) {
/external/stressapptest/src/
H A Dpattern.cc287 bool invert,
293 inverse_ = invert;
299 if (invert)
285 Initialize(const struct PatternData &pattern_init, int buswidth, bool invert, int weight) argument
/external/ImageMagick/MagickCore/
H A Dpaint.c97 % const MagickBooleanType invert,ExceptionInfo *exception)
109 % o invert: paint any pixel that does not match the target color.
116 const ssize_t y_offset,const MagickBooleanType invert,
253 if (IsFuzzyEquivalencePixelInfo(&pixel,target) == invert)
286 if (IsFuzzyEquivalencePixelInfo(&pixel,target) == invert)
315 if (IsFuzzyEquivalencePixelInfo(&pixel,target) != invert)
897 % const PixelInfo *fill,const MagickBooleanType invert,
908 % o invert: paint any pixel that does not match the target color. argument
914 const PixelInfo *target,const PixelInfo *fill,const MagickBooleanType invert,
980 if (IsFuzzyEquivalencePixelInfo(&pixel,&conform_target) != invert)
112 FloodfillPaintImage(Image *image, const DrawInfo *draw_info,const PixelInfo *target,const ssize_t x_offset, const ssize_t y_offset,const MagickBooleanType invert, ExceptionInfo *exception) argument
1038 TransparentPaintImage(Image *image, const PixelInfo *target,const Quantum opacity,const MagickBooleanType invert, ExceptionInfo *exception) argument
1168 TransparentPaintImageChroma(Image *image, const PixelInfo *low,const PixelInfo *high,const Quantum opacity, const MagickBooleanType invert,ExceptionInfo *exception) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECFieldElement.java24 public abstract ECFieldElement invert(); method in class:ECFieldElement
222 public ECFieldElement invert() method in class:ECFieldElement.Fp
416 Mod.invert(p, n, z);
746 ECFieldElement bInv = b.invert();
789 public ECFieldElement invert() method in class:ECFieldElement.F2m
/external/iproute2/tc/
H A Dm_xt_old.c126 check_inverse(const char option[], int *invert, int *my_optind, int argc) argument
129 if (*invert)
132 *invert = TRUE;
/external/iptables/extensions/
H A Dlibxt_owner.c15 /* match and invert flags */
35 uint8_t match, invert; /* flags */ member in struct:ipt_owner_info
44 uint8_t match, invert; /* flags */ member in struct:ip6t_owner_info
151 if (cb->invert)
152 info->invert |= IPT_OWNER_UID;
161 if (cb->invert)
162 info->invert |= IPT_OWNER_GID;
167 if (cb->invert)
168 info->invert |= IPT_OWNER_PID;
172 if (cb->invert)
[all...]
/external/iptables/iptables/
H A Dnft-bridge.h113 int invert; member in struct:ebtables_command_state
H A Dxtables.c333 int invert)
335 if (invert)
389 int invert)
396 if (invert) {
612 set_option(&cs->options, OPT_JUMP, &cs->fw.ip.invflags, cs->invert);
655 if (cs->invert)
733 cs->invert);
739 cs->invert);
745 cs->invert);
755 cs->invert);
332 add_command(unsigned int *cmd, const int newcmd, const int othercmds, int invert) argument
388 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, int invert) argument
[all...]
/external/libvncserver/libvncserver/
H A Dselbox.c55 static void selPaintLine(rfbSelectData* m,int line,rfbBool invert) argument
60 rfbFillRect(m->screen,m->x1,y1,m->x2,y2,invert?m->colour:m->backColour);
65 invert?m->backColour:m->colour,
66 invert?m->backColour:m->colour);
/external/libyuv/files/unit_test/
H A Dplanar_test.cc111 int invert,
129 invert * height);
133 invert * height);
182 int invert,
202 invert * height);
206 invert * height);
1056 int invert,
1080 kStride, width, invert * height);
1084 dst_argb_opt, kStride, width, invert * height);
1134 int invert,
106 TestAttenuateI(int width, int height, int benchmark_iterations, int disable_cpu_flags, int benchmark_cpu_info, int invert, int off) argument
177 TestUnattenuateI(int width, int height, int benchmark_iterations, int disable_cpu_flags, int benchmark_cpu_info, int invert, int off) argument
1051 TestBlend(int width, int height, int benchmark_iterations, int disable_cpu_flags, int benchmark_cpu_info, int invert, int off) argument
1129 TestBlendPlane(int width, int height, int benchmark_iterations, int disable_cpu_flags, int benchmark_cpu_info, int invert, int off) argument
1213 TestI420Blend(int width, int height, int benchmark_iterations, int disable_cpu_flags, int benchmark_cpu_info, int invert, int off) argument
1400 TestMultiply(int width, int height, int benchmark_iterations, int disable_cpu_flags, int benchmark_cpu_info, int invert, int off) argument
1474 TestAdd(int width, int height, int benchmark_iterations, int disable_cpu_flags, int benchmark_cpu_info, int invert, int off) argument
1548 TestSubtract(int width, int height, int benchmark_iterations, int disable_cpu_flags, int benchmark_cpu_info, int invert, int off) argument
1622 TestSobel(int width, int height, int benchmark_iterations, int disable_cpu_flags, int benchmark_cpu_info, int invert, int off) argument
1694 TestSobelToPlane(int width, int height, int benchmark_iterations, int disable_cpu_flags, int benchmark_cpu_info, int invert, int off) argument
1768 TestSobelXY(int width, int height, int benchmark_iterations, int disable_cpu_flags, int benchmark_cpu_info, int invert, int off) argument
1840 TestBlur(int width, int height, int benchmark_iterations, int disable_cpu_flags, int benchmark_cpu_info, int invert, int off, int radius) argument
2329 TestARGBRect(int width, int height, int benchmark_iterations, int disable_cpu_flags, int benchmark_cpu_info, int invert, int off, int bpp) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Ddebug.c225 int comps, int rcomp, int gcomp, int bcomp, GLboolean invert)
239 int yy = invert ? (height - 1 - y) : y;
552 GLboolean invert = GL_TRUE; local
555 write_ppm(filename, image, w, h, 4, 0, 1, 2, invert);
558 write_ppm(filename, image, w, h, 4, 2, 1, 0, invert);
561 write_ppm(filename, image, w, h, 2, 1, 0, 0, invert);
564 write_ppm(filename, image, w, h, 1, 0, 0, 0, invert);
574 write_ppm(filename, buf, w, h, 4, 0, 1, 2, invert);
585 write_ppm(filename, buf, w, h, 1, 0, 0, 0, invert);
224 write_ppm(const char *filename, const GLubyte *buffer, int width, int height, int comps, int rcomp, int gcomp, int bcomp, GLboolean invert) argument
/external/skia/src/core/
H A DSkColorSpace.cpp28 if (!primaries.invert(&primariesInv)) {
547 SkColorSpaceTransferFn SkColorSpaceTransferFn::invert() const { function in class:SkColorSpaceTransferFn
577 // as you can't invert the constant functions y = b^g + e, or y = 1 + e
/external/skqp/src/core/
H A DSkColorSpace.cpp28 if (!primaries.invert(&primariesInv)) {
547 SkColorSpaceTransferFn SkColorSpaceTransferFn::invert() const { function in class:SkColorSpaceTransferFn
577 // as you can't invert the constant functions y = b^g + c, or y = 1 + c

Completed in 992 milliseconds

12345678910