Home
last modified time | relevance | path

Searched defs:left (Results 501 - 525 of 1693) sorted by relevance

1...<<21222324252627282930>>...68

/third_party/libwebsockets/win32port/zlib/
H A Dinfback.c251 unsigned have, left; /* available input and output */ local
[all...]
H A Dgzread.c544 unsigned left, n; local
/third_party/libdrm/tests/tegra/
H A Dvic30.c50 vic30_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic30_fill() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dallocate.h8 unsigned int left, offset; member
/third_party/node/deps/openssl/openssl/crypto/siphash/
H A Dsiphash.c143 int left; in SipHash_Update() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.hpp84 double left; member
100 double left; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawBaseClass.hpp84 double left; member
100 double left; member
/third_party/skia/third_party/externals/angle2/samples/multi_window/
H A DMultiWindow.cpp109 int left = rootWindow->getX(); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateClipCullDistance.cpp95 TIntermSymbol *left = node->getLeft()->getAsSymbolNode(); in visitBinary() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewriteUnaddressableReferences.cpp215 TIntermTyped *left = node.getLeft(); in DecomposeCompoundAssignment() local
231 TIntermTyped &left = *binaryNode.getLeft(); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DRewriteSampleMaskVariable.cpp73 TIntermSymbol *left = node->getLeft()->getAsSymbolNode(); variable
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderOutput.cpp554 const unsigned int left = 0; in verifyResult() local
621 const unsigned int left = 0; in verifyResult() local
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/
H A Dgralloc1.h58 int32_t left; member
/third_party/skia/src/core/
H A DSkScan_AntiPath.cpp94 const int left = sectBounds.left(); in BaseSuperBlitter() local
/third_party/skia/src/gpu/
H A DGrDynamicAtlas.cpp179 int left = fWidth; in internalPlaceRect() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DMatrixStack.cpp124 void MatrixStack::frustum(float left, float right, float bottom, float top, float zNear, float zFar) in frustum() argument
146 void MatrixStack::ortho(double left, double right, double bottom, double top, double zNear, double zFar) in ortho() argument
/third_party/openssl/crypto/siphash/
H A Dsiphash.c143 int left; in SipHash_Update() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dfilters.c219 uint8_t top = prev[0], top_left = top, left = top; in GradientUnfilter_C() local
H A Dfilters_mips_dsp_r2.c367 uint8_t top = prev[0], top_left = top, left = top; in GradientUnfilter_MIPSdspR2() local
H A Drescaler.c41 rescaler_t left = (rescaler_t)src[x_in]; in WebPRescalerImportRowExpand_C() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_rescale_enc.c39 SnapTopLeftPosition(const WebPPicture* const pic, int* const left, int* const top) SnapTopLeftPosition() argument
48 AdjustAndCheckRectangle(const WebPPicture* const pic, int* const left, int* const top, int width, int height) AdjustAndCheckRectangle() argument
93 WebPPictureView(const WebPPicture* src, int left, int top, int width, int height, WebPPicture* dst) WebPPictureView() argument
126 WebPPictureCrop(WebPPicture* pic, int left, int top, int width, int height) WebPPictureCrop() argument
288 WebPPictureView(const WebPPicture* src, int left, int top, int width, int height, WebPPicture* dst) WebPPictureView() argument
300 WebPPictureCrop(WebPPicture* pic, int left, int top, int width, int height) WebPPictureCrop() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationcompare.cpp29 CollationCompare::compareUpToQuaternary(CollationIterator &left, CollationIterator &right, in compareUpToQuaternary() argument
[all...]
/third_party/skia/src/sksl/
H A DSkSLOperators.cpp233 bool Operator::isMatrixMultiply(const Type& left, const Type& right) { in isMatrixMultiply() argument
247 determineBinaryType(const Context& context, const Type& left, const Type& right, const Type** outLeftType, const Type** outRightType, const Type** outResultType) determineBinaryType() argument
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLBinaryExpression.cpp23 static bool is_low_precision_matrix_vector_multiply(const Expression& left, in is_low_precision_matrix_vector_multiply() argument
36 rewrite_matrix_vector_multiply(const Context& context, const Expression& left, const Operator& op, const Expression& right, const Type& resultType) rewrite_matrix_vector_multiply() argument
69 Convert(const Context& context, std::unique_ptr<Expression> left, Operator op, std::unique_ptr<Expression> right) Convert() argument
136 Make(const Context& context, std::unique_ptr<Expression> left, Operator op, std::unique_ptr<Expression> right) Make() argument
150 Make(const Context& context, std::unique_ptr<Expression> left, Operator op, std::unique_ptr<Expression> right, const Type* resultType) Make() argument
[all...]
/third_party/skia/src/sksl/dsl/
H A DDSLExpression.cpp237 DSLPossibleExpression LogicalXor(DSLExpression left, DSLExpression right) { in LogicalXor() argument
257 DSLPossibleExpression operator,(DSLExpression left, DSLExpression right) { in operator ,() argument
262 DSLPossibleExpression operator,(DSLPossibleExpression left, DSLExpression right) { in operator ,() argument
267 DSLPossibleExpression operator,(DSLExpression left, DSLPossibleExpression right) { in operator ,() argument
272 operator ,(DSLPossibleExpression left, DSLPossibleExpression right) operator ,() argument
[all...]

Completed in 14 milliseconds

1...<<21222324252627282930>>...68