Searched refs:invert (Results 51 - 75 of 420) sorted by last modified time

1234567891011>>

/external/skia/bench/
H A DMatrix44Bench.cpp115 : INHERITED("invert")
139 fM0.invert(&fM1);
171 fM0.invert(&fM1);
198 fM0.invert(&fM1);
220 fM0.invert(&fM1);
H A DMatrixBench.cpp411 bool invertible = fMatrix.invert(&inv);
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp163 bool success = scale.invert(&inverse);
/external/skia/experimental/
H A DSkSetPoly3To3_D.cpp62 if (!srcOP.invert(&srcOP)) {
/external/skia/gm/
H A Dbigmatrix.cpp46 bool success = m.invert(&m);
/external/skia/include/core/
H A DSkMatrix.h348 bool SK_WARN_UNUSED_RESULT invert(SkMatrix* inverse) const { function in class:SkMatrix
/external/skia/include/gpu/
H A DGrPaint.h198 if (!computed && !newToOld.invert(&oldToNew)) {
206 if (!computed && !newToOld.invert(&oldToNew)) {
/external/skia/include/utils/
H A DSkMatrix44.h325 bool invert(SkMatrix44* inverse) const;
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java576 public void glSampleCoverage(float value, boolean invert) { argument
577 ((GL10)mGL).glSampleCoverage(value, invert);
581 public void glSampleCoveragex(int value, boolean invert) { argument
582 ((GL10)mGL).glSampleCoveragex(value, invert);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_opengl.h3320 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLclampf value, GLboolean invert);
3755 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEARBPROC) (GLclampf value, GLboolean invert);
4489 typedef void (APIENTRYP PFNGLSAMPLEMASKSGISPROC) (GLclampf value, GLboolean invert);
5543 typedef void (APIENTRYP PFNGLSAMPLEMASKEXTPROC) (GLclampf value, GLboolean invert);
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c599 gapi->invert = (1 << gapi->gxProperties.cBPP) - 1;
H A DSDL_gapivideo.h124 int invert; //TODO this is only written but never read, so it should be removed member in struct:GapiInfo
/external/qemu/target-arm/
H A Dtranslate.c5298 int invert; local
5306 invert = (insn & (1 << 5)) != 0;
5338 if (invert)
5342 if (invert) {
5349 if (invert)
5355 if (invert) {
5365 if (op == 14 && invert) {
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/pcre/dist/
H A Dpcre_jit_compile.c3916 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks);
4202 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) argument
4246 if (invert) bit ^= 0x1;
H A Dpcregrep.c189 static BOOL invert = FALSE; variable
392 { OP_NODATA, 'v', NULL, "invert-match", "select non-matching lines" },
1430 invert if there was a non-fatal error
1466 return invert; /* No more matching; don't show the line again */
1684 if (match != invert)
1725 in invert mode, however, nothing is printed and we do not restart - this
1730 if (!invert)
1873 (invert not set). Because the PCRE_FIRSTLINE option is set, the start of
1876 if (multiline & !invert)
1910 if (do_colour && !invert)
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.c860 FT_Bool invert )
1025 /* we have to invert the `sids' array for subsetted CID-keyed fonts */
1026 if ( invert )
1618 FT_Bool invert = FT_BOOL( dict->cid_registry != 0xFFFFU && pure_cff ); local
1622 base_offset, dict->charset_offset, invert );
/external/pdfium/fpdfsdk/src/javascript/
H A DConsts.cpp62 JS_STATIC_CONST_ENTRY_STRING(i, invert)
/external/openfst/src/bin/
H A Dfstinvert.cc23 #include <fst/script/invert.h>
/external/openfst/src/include/fst/
H A Depsnormalize.h30 #include <fst/invert.h>
H A Dfstlib.h74 #include <fst/invert.h>
H A Drmepsilon.h39 #include <fst/invert.h>

Completed in 567 milliseconds

1234567891011>>