Home
last modified time | relevance | path

Searched refs:increase (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/src/core/
H A DSkStrikeCache.h53 auto [glyph, increase] = fScalerCache.mergeGlyphAndImage(toID, from); in mergeGlyphAndImage()
54 this->updateDelta(increase); in mergeGlyphAndImage()
59 auto [glyphPath, increase] = fScalerCache.mergePath(glyph, path); in mergePath()
60 this->updateDelta(increase); in mergePath()
80 auto [glyphs, increase] = fScalerCache.metrics(glyphIDs, results); in metrics()
81 this->updateDelta(increase); in metrics()
87 auto [glyphs, increase] = fScalerCache.preparePaths(glyphIDs, results); in preparePaths()
88 this->updateDelta(increase); in preparePaths()
94 auto [glyphs, increase] = fScalerCache.prepareImages(glyphIDs, results); in prepareImages()
95 this->updateDelta(increase); in prepareImages()
100 size_t increase = fScalerCache.prepareForDrawingMasksCPU(drawables); prepareForDrawingMasksCPU() local
122 size_t increase = fScalerCache.prepareForMaskDrawing(drawbles, rejects); global() variable
128 size_t increase = fScalerCache.prepareForSDFTDrawing(drawbles, rejects); global() variable
134 size_t increase = fScalerCache.prepareForPathDrawing(drawbles, rejects); global() variable
[all...]
H A DSkStrikeCache.cpp353 void SkStrike::updateDelta(size_t increase) { in updateDelta() argument
354 if (increase != 0) { in updateDelta()
356 fMemoryUsed += increase; in updateDelta()
358 fStrikeCache->fTotalMemoryUsed += increase; in updateDelta()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.cc321 int IncreaseBy(int previous, int increase) { in IncreaseBy() argument
322 if (RegExpTree::kInfinity - previous < increase) { in IncreaseBy()
325 return previous + increase; in IncreaseBy()
/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp54 bool increase() { in increase() function in SkSL::AutoDSLDepth
579 if (!depth.increase()) { in structDeclaration()
774 if (!depth.increase()) { in statement()
1198 if (!depth.increase()) { in block()
1244 if (!depth.increase()) { in expression()
1260 if (!depth.increase()) { \
1308 if (!depth.increase()) { in ternaryExpression()
1348 if (!depth.increase()) { in logicalXorExpression()
1507 if (!depth.increase()) { in unaryExpression()
1550 if (!depth.increase()) { in postfixExpression()
[all...]
/third_party/libcoap/scripts/
H A Dapi-version-bump.sh16 echo $(basename $0): increase version $LIBCOAP_API_VERSION to $NEW_VERSION
59 # Finally, increase LIBCOAP_API_VERSION in configure.ac and re-run autoconf
/third_party/backends/backend/
H A Dmicrotek.c2696 size_t increase = 0; in pack_seqrgb_data() local
2697 if (dr > ar) increase = (dr - ar); in pack_seqrgb_data()
2698 if (dg > ag) increase = MAX(increase, (dg - ag)); in pack_seqrgb_data()
2699 if (db > ab) increase = MAX(increase, (db - ab)); in pack_seqrgb_data()
2701 (u_long)rb->size, (u_long)increase); in pack_seqrgb_data()
2702 status = ring_expand(rb, increase); in pack_seqrgb_data()
2805 size_t increase = 0; in pack_goofyrgb_data() local
2806 if (dr > ar) increase in pack_goofyrgb_data()
[all...]
H A Dgt68xx_high.c1205 int increase = -5; in gt68xx_wait_lamp_stable() local
1260 increase--; in gt68xx_wait_lamp_stable()
1262 increase++; in gt68xx_wait_lamp_stable()
1263 if (increase > 0 && (values->total_white <= (last_white + 20)) in gt68xx_wait_lamp_stable()
/third_party/lwip/src/core/
H A Dtcp_in.c1223 * c) dupacks > 3: increase cwnd
1293 tcpwnd_size_t increase;
1297 increase = LWIP_MIN(acked, (tcpwnd_size_t)(num_seg * pcb->mss));
1298 TCP_WND_INC(pcb->cwnd, increase);
/third_party/skia/platform_tools/android/apps/skottie/
H A Dskottie_metric.sql28 -- increase the offset if want to start from more than second frame
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c2467 ecma_number_t increase = ECMA_NUMBER_ONE; in vm_loop() local
2473 increase = ECMA_NUMBER_MINUS_ONE; in vm_loop()
2513 result = ecma_make_number_value (result_number + increase); in vm_loop()
2517 result = ecma_update_float_number (result, result_number + increase); in vm_loop()
/third_party/node/lib/
H A Devents.js593 `added to ${inspect(target, { depth: -1 })}. Use emitter.setMaxListeners() to increase limit`,
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex6563 \indentedblockstart % same as \indentedblock, but increase right margin too.

Completed in 32 milliseconds