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

1 2

  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonBitArray.h 20 void Flip(int32_t i);
BC_CommonBitMatrix.h 16 void Flip(int32_t x, int32_t y);
BC_CommonBitArray.cpp 55 void CBC_CommonBitArray::Flip(int32_t i) {
BC_CommonBitMatrix.cpp 72 void CBC_CommonBitMatrix::Flip(int32_t x, int32_t y) {
  /external/clang/test/SemaCXX/
conversion-function.cpp 63 struct Flip;
66 Flop(const Flip&); // expected-note{{candidate constructor}}
68 struct Flip {
71 Flop flop = Flip(); // expected-error {{conversion from 'Flip' to 'Flop' is ambiguous}}
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDataMask.cpp 50 bits->Flip(j, i);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddchgr.h 283 BOOLEAN Flip;
299 BOOLEAN Flip;
ddraw.h 239 /* dwFlags for Flip */
    [all...]
ddrawi.h 352 LPDDHALSURFCB_FLIP Flip;
549 LPDDHALSURFCB_FLIP Flip;
    [all...]
winioctl.h     [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 238 enum { Flip = (Flags & RowMajorBit) != (OtherDerived::Flags & RowMajorBit) };
252 temp.insertBackByOuterInner(Flip?it.index():j,Flip?j:it.index()) = v;
  /external/opencv3/modules/cudaarithm/test/
test_core.cpp 243 // Flip
249 PARAM_TEST_CASE(Flip, cv::cuda::DeviceInfo, cv::Size, MatType, FlipCode, UseRoi)
269 CUDA_TEST_P(Flip, Accuracy)
274 cv::cuda::flip(loadMat(src, useRoi), dst, flip_code);
277 cv::flip(src, dst_gold, flip_code);
282 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Flip, testing::Combine(
  /external/chromium-trace/catapult/experimental/heatmap/
draw.js 95 // Flip canvas.
renderer.js 176 // Flip canvas.
  /external/opencv3/modules/cudaarithm/perf/
perf_core.cpp 167 // Flip
174 PERF_TEST_P(Sz_Depth_Cn_Code, Flip,
195 TEST_CYCLE() cv::cuda::flip(d_src, dst, flipCode);
203 TEST_CYCLE() cv::flip(src, dst, flipCode);
  /external/opencv3/3rdparty/include/dshow/
ddraw.h 239 /* dwFlags for Flip */
    [all...]
  /external/ImageMagick/PerlMagick/demo/
demo.pl 194 print "Flip...\n";
196 $example->Label('Flip');
197 $example->Flip();
  /external/ImageMagick/www/source/
examples.pl 186 print "Flip...\n";
188 $example->Label('Flip');
189 $example->Flip();
  /external/opencv3/modules/core/test/ocl/
test_arithm.cpp 1111 //////////////////////////////// Flip /////////////////////////////////////////////////
1113 typedef ArithmTestBase Flip;
1115 OCL_TEST_P(Flip, X)
1121 OCL_OFF(cv::flip(src1_roi, dst1_roi, 0));
1122 OCL_ON(cv::flip(usrc1_roi, udst1_roi, 0));
1127 OCL_TEST_P(Flip, Y)
1133 OCL_OFF(cv::flip(src1_roi, dst1_roi, 1));
1134 OCL_ON(cv::flip(usrc1_roi, udst1_roi, 1));
1139 OCL_TEST_P(Flip, BOTH)
1145 OCL_OFF(cv::flip(src1_roi, dst1_roi, -1))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /external/opencv3/modules/core/perf/opencl/
perf_arithm.cpp 328 ///////////// Flip ////////////////////////
340 OCL_PERF_TEST_P(FlipFixture, Flip,
354 OCL_TEST_CYCLE() cv::flip(src, dst, flipType - 1);
    [all...]
  /external/v8/src/heap/
spaces.h     [all...]
mark-compact.cc     [all...]
spaces.cc     [all...]
  /frameworks/base/docs/html/topic/performance/
performance_toc.cs 552 Displaying Card Flip Animations
    [all...]

Completed in 1428 milliseconds

1 2