Home
last modified time | relevance | path

Searched refs:kCheckSize (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/gm/
H A Dxfermodes3.cpp188 lm.setScale(SkIntToScalar(kCheckSize), SkIntToScalar(kCheckSize));
214 kCheckSize = 8, enumerator
H A Dmodecolorfilters.cpp89 constexpr int kCheckSize = 10; variable
92 fBmpShader = make_bg_shader(kCheckSize);
/third_party/skia/bench/
H A DGameBench.cpp249 static int kCheckSize = 16; in makeCheckerboard() local
254 int even = (y / kCheckSize) % 2; in makeCheckerboard()
259 if (even == (x / kCheckSize) % 2) { in makeCheckerboard()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp1603 const unsigned kCheckSize = 512; in ReadDatabase2() local
1604 Byte buf[kCheckSize]; in ReadDatabase2()
1607 unsigned checkSize = kCheckSize; in ReadDatabase2()
1608 if (rem < kCheckSize) in ReadDatabase2()
/third_party/lzma/CPP/7zip/Compress/
H A DXzEncoder.cpp100 if (propID == NCoderPropID::kCheckSize) in SetCoderProp()
/third_party/lzma/CPP/7zip/
H A DICoder.h133 kCheckSize, // VT_UI4 : size of digest in bytes enumerator
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp2579 const unsigned kCheckSize = (1 << 5);
2591 for (i = 0; i < kBufferSize0 + kBufferSize1 - kCheckSize; i++)
2592 for (unsigned j = 0; j < kCheckSize; j++)

Completed in 8 milliseconds