Home
last modified time | relevance | path

Searched refs:repeatCount (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.cpp417 int rowNumber, int repeatCount, bool writeTransparentPixels) in haveDecodedRow() argument
430 const int yEnd = std::min(yBegin + repeatCount, this->dimensions().height()); in haveDecodedRow()
445 for (int i = 0; i < repeatCount; i++) { in haveDecodedRow()
455 repeatCount -= i; in haveDecodedRow()
457 repeatCount = (repeatCount - 1) / sampleY + 1; in haveDecodedRow()
460 if (dstRow + repeatCount > scaledHeight) { in haveDecodedRow()
461 repeatCount = scaledHeight - dstRow; in haveDecodedRow()
462 SkASSERT(repeatCount >= 1); in haveDecodedRow()
474 repeatCount = std::min(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow()
528 if (repeatCount > 1) { in haveDecodedRow()
[all …]
DSkLibGifCodec.h33 int rowNumber, int repeatCount, bool writeTransparentPixels);
/third_party/skia/src/gpu/ops/
DGrMeshDrawOp.cpp71 int repeatCount, int maxRepetitions) { in PatternHelper() argument
73 indicesPerRepetition, repeatCount, maxRepetitions); in PatternHelper()
79 int repeatCount, int maxRepetitions) { in init() argument
86 int vertexCount = verticesPerRepetition * repeatCount; in init()
98 fMesh->setIndexedPatterned(std::move(indexBuffer), indicesPerRepetition, repeatCount, in init()
DGrMeshDrawOp.h57 int indicesPerRepetition, int repeatCount, int maxRepetitions);
71 int indicesPerRepetition, int repeatCount, int maxRepetitions);
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieRunner.java65 …Animation createAnimation(TextureView view, InputStream is, int backgroundColor, int repeatCount) { in createAnimation() argument
66 return new SkottieAnimation(view, is, backgroundColor, repeatCount); in createAnimation()
82 …Animation createAnimation(SurfaceView view, InputStream is, int backgroundColor, int repeatCount) { in createAnimation() argument
83 return new SkottieAnimation(view, is, backgroundColor, repeatCount); in createAnimation()
DSkottieAnimation.java54 SkottieAnimation(TextureView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation() argument
60 mRepeatCount = repeatCount; in SkottieAnimation()
64 SkottieAnimation(SurfaceView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation() argument
70 mRepeatCount = repeatCount; in SkottieAnimation()
DSkottieView.java213 public void setRepeatCount(int repeatCount) { in setRepeatCount() argument
214 mRepeatCount = repeatCount; in setRepeatCount()
/third_party/skia/src/gpu/
DGrOpsRenderPass.cpp331 int repeatCount = std::min(patternRepeatCount - baseRepetition, in drawIndexPattern() local
333 int drawIndexCount = repeatCount * patternIndexCount; in drawIndexPattern()
336 int maxIndexValue = patternVertexCount * repeatCount - 1; in drawIndexPattern()
339 baseRepetition += repeatCount; in drawIndexPattern()
DBufferWriter.h92 void fill(const T& val, int repeatCount) { in fill()
93 for (int i = 0; i < repeatCount; ++i) { in fill()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDebug.cpp347 void Debug::insertPerfWarning(GLenum severity, const char *message, uint32_t *repeatCount) const in insertPerfWarning()
355 if (*repeatCount >= kMaxRepeat) in insertPerfWarning()
360 ++*repeatCount; in insertPerfWarning()
361 repeatLast = (*repeatCount == kMaxRepeat); in insertPerfWarning()
DDebug.h87 void insertPerfWarning(GLenum severity, const char *message, uint32_t *repeatCount) const;
/third_party/parse5/test/data/parser-feedback/
Dtests11.test5 …serveAlpha='' preserveAspectRatio='' primitiveUnits='' refX='' refY='' repeatCount='' repeatDur=''…
6 …serveAlpha='' preserveAspectRatio='' primitiveUnits='' refX='' refY='' repeatCount='' repeatDur=''…
61 "repeatCount": "",
148 "repeatCount": "",
236 "repeatCount": "",
267 …serveAlpha='' preserveAspectRatio='' primitiveUnits='' refX='' refY='' repeatCount='' repeatDur=''…
268 …serveAlpha='' preserveAspectRatio='' primitiveUnits='' refX='' refY='' repeatCount='' repeatDur=''…
/third_party/vk-gl-cts/framework/delibs/dethread/
DdeThreadTest.c667 int repeatCount; in deSingleton_selfTest() member
685 int repeatCount = cases[caseNdx].repeatCount; in deSingleton_selfTest() local
688 for (subCaseNdx = 0; subCaseNdx < repeatCount; subCaseNdx++) in deSingleton_selfTest()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_workScheduler.js32 repeatCount: '[PC preview] unknown repeatCount', property
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtptngen_impl.h132 void populate(int32_t field, UChar repeatChar, int32_t repeatCount);
/third_party/icu/icu4c/source/i18n/
Ddtptngen_impl.h132 void populate(int32_t field, UChar repeatChar, int32_t repeatCount);
/third_party/node/deps/icu-small/source/i18n/
Ddtptngen_impl.h132 void populate(int32_t field, char16_t repeatChar, int32_t repeatCount);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp178 deUint32 repeatCount; member
420 for (deUint32 i = 0; i < m_params.repeatCount; ++i) in drawCommands()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp178 deUint32 repeatCount; member
420 for (deUint32 i = 0; i < m_params.repeatCount; ++i) in drawCommands()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java2816 int repeatCount = row[3]; in set() local
2817 if ("GEzvQ".indexOf(repeatChar) >= 0) repeatCount = 1; in set()
2818 baseOriginal.populate(field, repeatChar, repeatCount); in set()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateTimePatternGenerator.java2678 int repeatCount = row[3]; in set() local
2679 if ("GEzvQ".indexOf(repeatChar) >= 0) repeatCount = 1; in set()
2680 baseOriginal.populate(field, repeatChar, repeatCount); in set()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp594 …tBlendTest(deqp::Context& context, const char* name, glu::GLSLVersion glslVersion, int repeatCount, in CoherentBlendTest() argument
598 , m_repeatCount(repeatCount) in CoherentBlendTest()
602 DE_ASSERT(repeatCount > 0 && numSteps > 0 && steps); in CoherentBlendTest()
/third_party/weex-loader/deps/weex-styler/lib/
Dvalidator.js2734 repeatCount: ANYTHING_VALIDATOR,
2749 repeatCount: ANYTHING_VALIDATOR,
2766 repeatCount: ANYTHING_VALIDATOR,
/third_party/openGLES/specs/gl/katex/
Dkatex.js4544 var repeatCount = Math.ceil(
4549 minHeight + repeatCount * middleFactor * repeatHeightTotal;
4573 for (i = 0; i < repeatCount; i++) {
4579 for (i = 0; i < repeatCount; i++) {
4583 for (i = 0; i < repeatCount; i++) {
/third_party/openGLES/specs/katex/
Dkatex.js4544 var repeatCount = Math.ceil(
4549 minHeight + repeatCount * middleFactor * repeatHeightTotal;
4573 for (i = 0; i < repeatCount; i++) {
4579 for (i = 0; i < repeatCount; i++) {
4583 for (i = 0; i < repeatCount; i++) {

12