Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dxfermodes3.cpp188 lm.setScale(SkIntToScalar(kCheckSize), SkIntToScalar(kCheckSize)); in onOnceBeforeDraw()
214 kCheckSize = 8, enumerator
Dmodecolorfilters.cpp89 constexpr int kCheckSize = 10; in onDraw() local
92 fBmpShader = make_bg_shader(kCheckSize); in onDraw()
/third_party/skia/bench/
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/Compress/
DXzEncoder.cpp102 if (propID == NCoderPropID::kCheckSize) in SetCoderProp()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp1556 const unsigned kCheckSize = 512; in ReadDatabase2() local
1557 Byte buf[kCheckSize]; in ReadDatabase2()
1560 unsigned checkSize = kCheckSize; in ReadDatabase2()
1561 if (rem < kCheckSize) in ReadDatabase2()
/third_party/lzma/CPP/7zip/
DICoder.h132 kCheckSize, // VT_UI4 : size of digest in bytes enumerator
/third_party/lzma/CPP/7zip/UI/Common/
DBench.cpp2502 const unsigned kCheckSize = (1 << 5); in CrcInternalTest() local
2514 for (i = 0; i < kBufferSize0 + kBufferSize1 - kCheckSize; i++) in CrcInternalTest()
2515 for (unsigned j = 0; j < kCheckSize; j++) in CrcInternalTest()