Home
last modified time | relevance | path

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

/external/skqp/gm/
Dxfermodes3.cpp171 lm.setScale(SkIntToScalar(kCheckSize), SkIntToScalar(kCheckSize)); in onOnceBeforeDraw()
198 kCheckSize = 8, enumerator
Dmodecolorfilters.cpp75 constexpr int kCheckSize = 10; in onDraw() local
78 fBmpShader = make_bg_shader(kCheckSize); in onDraw()
/external/skia/gm/
Dxfermodes3.cpp171 lm.setScale(SkIntToScalar(kCheckSize), SkIntToScalar(kCheckSize)); in onOnceBeforeDraw()
198 kCheckSize = 8, enumerator
Dmodecolorfilters.cpp75 constexpr int kCheckSize = 10; in onDraw() local
78 fBmpShader = make_bg_shader(kCheckSize); in onDraw()
/external/skia/bench/
DGameBench.cpp251 static int kCheckSize = 16; in makeCheckerboard() local
255 int even = (y / kCheckSize) % 2; in makeCheckerboard()
260 if (even == (x / kCheckSize) % 2) { in makeCheckerboard()
/external/skqp/bench/
DGameBench.cpp251 static int kCheckSize = 16; in makeCheckerboard() local
255 int even = (y / kCheckSize) % 2; in makeCheckerboard()
260 if (even == (x / kCheckSize) % 2) { in makeCheckerboard()
/external/lzma/CPP/7zip/Compress/
DXzEncoder.cpp102 if (propID == NCoderPropID::kCheckSize) in SetCoderProp()
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp1519 const unsigned kCheckSize = 512; in ReadDatabase2() local
1520 Byte buf[kCheckSize]; in ReadDatabase2()
1523 unsigned checkSize = kCheckSize; in ReadDatabase2()
1524 if (rem < kCheckSize) in ReadDatabase2()
/external/lzma/CPP/7zip/
DICoder.h132 kCheckSize, // VT_UI4 : size of digest in bytes enumerator
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1646 const UInt32 kCheckSize = (1 << 5); in CrcInternalTest() local
1658 for (i = 0; i < kBufferSize0 + kBufferSize1 - kCheckSize; i++) in CrcInternalTest()
1659 for (UInt32 j = 0; j < kCheckSize; j++) in CrcInternalTest()