Home
last modified time | relevance | path

Searched refs:left (Results 1026 - 1050 of 1819) sorted by relevance

1...<<41424344454647484950>>...73

/third_party/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp731 for (;x < srcBounds.left(); x++) { in copy_image_with_bounds()
735 memcpy(dstPtr, src.getAddr32(x - srcBounds.left(), y - srcBounds.top()), in copy_image_with_bounds()
827 // src and dst left values are the same. If sigma is small resulting in a window size of in cpu_blur()
830 auto intermediateDst = dst.getAddr32(srcBounds.left(), 0); in cpu_blur()
857 pass->blur(srcBounds.left(), srcBounds.right(), dstBounds.right(), in cpu_blur()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcoll.cpp608 * is left to the child class.
620 * mode is left to the child class.
985 Collator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8() argument
989 if((left == NULL && leftLength != 0) || (right == NULL && rightLength != 0)) { in internalCompareUTF8()
994 StringPiece(left, (leftLength < 0) ? static_cast<int32_t>(uprv_strlen(left)) : leftLength), in internalCompareUTF8()
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
H A Dgl.h512 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
545 GLAPI void APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
546 GLAPI void APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/third_party/skia/third_party/externals/piex/src/
H A Dtiff_parser.cc582 std::uint32_t left; in GetFullDimension32() local
586 if (tiff_directory.Get(kPanaTagLeftBorder, &left) && in GetFullDimension32()
590 right > left) { in GetFullDimension32()
592 *width = right - left; in GetFullDimension32()
/third_party/python/Include/internal/
H A Dpycore_ast.h361 expr_ty left; member
425 expr_ty left; member
728 expr_ty _PyAST_BinOp(expr_ty left, operator_ty op, expr_ty right, int lineno,
763 expr_ty _PyAST_Compare(expr_ty left, asdl_int_seq * ops, asdl_expr_seq *
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProf.h665 [](const InstrProfValueData &left, const InstrProfValueData &right) { in sortByTargetValues()
666 return left.Value < right.Value; in sortByTargetValues()
932 [](const InstrProfValueData &left, const InstrProfValueData &right) { in sortByCount()
933 return left.Count > right.Count; in sortByCount()
/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y159 %left OR
160 %left XOR
161 %left AND
163 %left EQUALS NOTEQUAL
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_common.c32 size_t left; in wps_kdf() local
47 left = res_len; in wps_kdf()
55 left -= SHA256_MAC_LEN; in wps_kdf()
57 os_memcpy(opos, hash, left); in wps_kdf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_common.c32 size_t left; in wps_kdf() local
47 left = res_len; in wps_kdf()
55 left -= SHA256_MAC_LEN; in wps_kdf()
57 os_memcpy(opos, hash, left); in wps_kdf()
/third_party/typescript/lib/
H A Dtsserverlibrary.js1361 * @param left A map-like whose properties should be compared.
1364 function equalOwnProperties(left, right, equalityComparer) {
1366 if (left === right)
1368 if (!left || !right)
1370 for (var key in left) {
1371 if (hasOwnProperty.call(left, key)) {
1374 if (!equalityComparer(left[key], right[key]))
1380 if (!hasOwnProperty.call(left, key))
2213 /** Remove an item from an array, moving everything to its right one space left. */
2224 /** Remove an item by index from an array, moving everything to its right one space left
[all...]
H A Dtypescript.js1352 * @param left A map-like whose properties should be compared.
1355 function equalOwnProperties(left, right, equalityComparer) {
1357 if (left === right)
1359 if (!left || !right)
1361 for (var key in left) {
1362 if (hasOwnProperty.call(left, key)) {
1365 if (!equalityComparer(left[key], right[key]))
1371 if (!hasOwnProperty.call(left, key))
2204 /** Remove an item from an array, moving everything to its right one space left. */
2215 /** Remove an item by index from an array, moving everything to its right one space left
[all...]
H A DtypescriptServices.js1352 * @param left A map-like whose properties should be compared.
1355 function equalOwnProperties(left, right, equalityComparer) {
1357 if (left === right)
1359 if (!left || !right)
1361 for (var key in left) {
1362 if (hasOwnProperty.call(left, key)) {
1365 if (!equalityComparer(left[key], right[key]))
1371 if (!hasOwnProperty.call(left, key))
2204 /** Remove an item from an array, moving everything to its right one space left. */
2215 /** Remove an item by index from an array, moving everything to its right one space left
[all...]
H A Dtsserver.js1362 * @param left A map-like whose properties should be compared.
1365 function equalOwnProperties(left, right, equalityComparer) {
1367 if (left === right)
1369 if (!left || !right)
1371 for (var key in left) {
1372 if (hasOwnProperty.call(left, key)) {
1375 if (!equalityComparer(left[key], right[key]))
1381 if (!hasOwnProperty.call(left, key))
2214 /** Remove an item from an array, moving everything to its right one space left. */
2225 /** Remove an item by index from an array, moving everything to its right one space left
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlagarith.c217 * if (b & 0x80 == 0) { // order of operations is 'wrong'; it has been left this way in lag_read_prob_header()
243 uint8_t *diff, int w, int *left, in add_lag_median_prediction()
253 l = *left; in add_lag_median_prediction()
262 *left = l; in add_lag_median_prediction()
279 /* Second line, left predict first pixel, the rest of the line is median predicted in lag_pred_line()
283 /* Top left is 2 rows back, last pixel */ in lag_pred_line()
242 add_lag_median_prediction(uint8_t *dst, uint8_t *src1, uint8_t *diff, int w, int *left, int *left_top) add_lag_median_prediction() argument
/third_party/cups-filters/filter/foomatic-rip/
H A Dfoomaticrip.c516 size_t left = len; in write_output() local
520 while (isspace(*p++) && left-- > 0) in write_output()
523 fwrite_or_die((void *)p, left, 1, postpipe); in write_output()
640 _log("No pages left, outputting empty file.\n"); in print_file()
/third_party/gn/src/gn/
H A Dparse_tree.h151 // Additionally, the left-hand-side of the accessor must currently be an
171 // Base is the thing on the left of the [] or dot, currently always required
247 const ParseNode* left() const { return left_.get(); } in left() function in BinaryOpNode
248 void set_left(std::unique_ptr<ParseNode> left) { left_ = std::move(left); } in set_left() argument
/third_party/lame/misc/
H A Dath.c619 left = 0, enumerator
671 case left: in experiment()
760 " earmode: left, right, both, phase90, phase180\n" in usage()
809 else if ( 0 == strncmp ( argv[7], "le" , 2) ) earmode = left; in main()
/third_party/node/deps/v8/third_party/jinja2/
H A Dnodes.py428 fields = ("left", "right")
442 return f(self.left.as_const(eval_ctx), self.right.as_const(eval_ctx))
844 """Multiplies the left with the right node."""
850 """Divides the left by the right node."""
856 """Divides the left by the right node and truncates conver the
864 """Add the left to the right node."""
870 """Subtract the right from the left node."""
894 return self.left.as_const(eval_ctx) and self.right.as_const(eval_ctx)
904 return self.left.as_const(eval_ctx) or self.right.as_const(eval_ctx)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnodes.py417 fields = ('left', 'right')
429 return f(self.left.as_const(eval_ctx), self.right.as_const(eval_ctx))
796 """Multiplies the left with the right node."""
801 """Divides the left by the right node."""
806 """Divides the left by the right node and truncates conver the
813 """Add the left to the right node."""
818 """Subtract the right from the left node."""
838 return self.left.as_const(eval_ctx) and self.right.as_const(eval_ctx)
847 return self.left.as_const(eval_ctx) or self.right.as_const(eval_ctx)
/third_party/node/deps/npm/node_modules/ip-address/dist/
H A Dipv6.js912 const [left, right] = this.address.split('::');
913 if (left.length) {
914 output.push(...helpers.simpleGroup(left));
/third_party/skia/src/gpu/d3d/
H A DGrD3DCommandList.cpp163 int left, int top) { in copyBufferToTexture()
165 SkASSERT(subresourceCount == 1 || (left == 0 && top == 0)); in copyBufferToTexture()
181 fCommandList->CopyTextureRegion(&dst, left, top, 0, &src, nullptr); in copyBufferToTexture()
159 copyBufferToTexture(ID3D12Resource* srcBuffer, const GrD3DTextureResource* dstTexture, uint32_t subresourceCount, D3D12_PLACED_SUBRESOURCE_FOOTPRINT* bufferFootprints, int left, int top) copyBufferToTexture() argument
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py428 fields = ("left", "right")
442 return f(self.left.as_const(eval_ctx), self.right.as_const(eval_ctx))
844 """Multiplies the left with the right node."""
850 """Divides the left by the right node."""
856 """Divides the left by the right node and truncates conver the
864 """Add the left to the right node."""
870 """Subtract the right from the left node."""
894 return self.left.as_const(eval_ctx) and self.right.as_const(eval_ctx)
904 return self.left.as_const(eval_ctx) or self.right.as_const(eval_ctx)
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_post.c504 size_t left = data->size - data->pos; in readBuffer() local
506 if (required > left) in readBuffer()
507 required = left; in readBuffer()
/third_party/skia/tests/
H A DRegionTest.cpp513 int left = 0, right = 0; in DEF_TEST() local
514 REPORTER_ASSERT(reporter, !spanIter.next(&left, &right)); in DEF_TEST()
515 REPORTER_ASSERT(reporter, !left); in DEF_TEST()
/third_party/skia/tools/
H A DToolUtils.cpp309 const SkPoint3 left = SkPoint3::Make(-SK_ScalarRoot2Over2, 0.0f, SK_ScalarRoot2Over2); in create_frustum_normal_map() local
330 norm = -locX > locY ? left : down; // LL corner in create_frustum_normal_map()
332 norm = locX > locY ? up : left; // UL corner in create_frustum_normal_map()

Completed in 52 milliseconds

1...<<41424344454647484950>>...73