Home
last modified time | relevance | path

Searched refs:lastRow (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPropsVectors.java185 int firstRow, lastRow; in setValue() local
195 lastRow = findRow(end); in setValue()
203 splitLastRow = (limit != v[lastRow + 1] && value != (v[lastRow + column] & mask)); in setValue()
233 int count = (rows * columns) - (lastRow + columns); in setValue()
235 System.arraycopy(v, lastRow + columns, v, lastRow in setValue()
244 count = lastRow - firstRow + columns; in setValue()
246 lastRow += columns; in setValue()
256 System.arraycopy(v, lastRow, v, lastRow + columns, columns); in setValue()
259 v[lastRow + 1] = v[lastRow + columns] = limit; in setValue()
264 prevRow = lastRow / columns; in setValue()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DPropsVectors.java187 int firstRow, lastRow; in setValue() local
197 lastRow = findRow(end); in setValue()
205 splitLastRow = (limit != v[lastRow + 1] && value != (v[lastRow + column] & mask)); in setValue()
235 int count = (rows * columns) - (lastRow + columns); in setValue()
237 System.arraycopy(v, lastRow + columns, v, lastRow in setValue()
246 count = lastRow - firstRow + columns; in setValue()
248 lastRow += columns; in setValue()
258 System.arraycopy(v, lastRow, v, lastRow + columns, columns); in setValue()
261 v[lastRow + 1] = v[lastRow + columns] = limit; in setValue()
266 prevRow = lastRow / columns; in setValue()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dpropsvec.cpp159 uint32_t *firstRow, *lastRow; in upvec_setValue() local
190 lastRow=_findRow(pv, end); in upvec_setValue()
198 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask)); in upvec_setValue()
225 lastRow=newVectors+(lastRow-pv->v); in upvec_setValue()
232 count = (int32_t)((pv->v+rows*columns)-(lastRow+columns)); in upvec_setValue()
235 lastRow+(1+splitFirstRow+splitLastRow)*columns, in upvec_setValue()
236 lastRow+columns, in upvec_setValue()
244 count = (int32_t)((lastRow-firstRow)+columns); in upvec_setValue()
246 lastRow+=columns; in upvec_setValue()
256 uprv_memcpy(lastRow+columns, lastRow, (size_t)columns*4); in upvec_setValue()
[all …]
/third_party/node/deps/icu-small/source/common/
Dpropsvec.cpp159 uint32_t *firstRow, *lastRow; in upvec_setValue() local
190 lastRow=_findRow(pv, end); in upvec_setValue()
198 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask)); in upvec_setValue()
225 lastRow=newVectors+(lastRow-pv->v); in upvec_setValue()
232 count = (int32_t)((pv->v+rows*columns)-(lastRow+columns)); in upvec_setValue()
235 lastRow+(1+splitFirstRow+splitLastRow)*columns, in upvec_setValue()
236 lastRow+columns, in upvec_setValue()
244 count = (int32_t)((lastRow-firstRow)+columns); in upvec_setValue()
246 lastRow+=columns; in upvec_setValue()
256 uprv_memcpy(lastRow+columns, lastRow, (size_t)columns*4); in upvec_setValue()
[all …]
/third_party/icu/icu4c/source/common/
Dpropsvec.cpp159 uint32_t *firstRow, *lastRow; in upvec_setValue() local
190 lastRow=_findRow(pv, end); in upvec_setValue()
198 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask)); in upvec_setValue()
225 lastRow=newVectors+(lastRow-pv->v); in upvec_setValue()
232 count = (int32_t)((pv->v+rows*columns)-(lastRow+columns)); in upvec_setValue()
235 lastRow+(1+splitFirstRow+splitLastRow)*columns, in upvec_setValue()
236 lastRow+columns, in upvec_setValue()
244 count = (int32_t)((lastRow-firstRow)+columns); in upvec_setValue()
246 lastRow+=columns; in upvec_setValue()
256 uprv_memcpy(lastRow+columns, lastRow, (size_t)columns*4); in upvec_setValue()
[all …]
/third_party/skia/src/codec/
DSkPngCodec.cpp556 void setRange(int firstRow, int lastRow, void* dst, size_t rowBytes) override { in setRange() argument
559 fLastRow = lastRow; in setRange()
702 void setRange(int firstRow, int lastRow, void* dst, size_t rowBytes) override { in setRange() argument
704 this->setUpInterlaceBuffer(lastRow - firstRow + 1); in setRange()
707 fLastRow = lastRow; in setRange()
1179 int firstRow, lastRow; in onStartIncrementalDecode() local
1182 lastRow = options.fSubset->bottom() - 1; in onStartIncrementalDecode()
1185 lastRow = dstInfo.height() - 1; in onStartIncrementalDecode()
1187 this->setRange(firstRow, lastRow, dst, rowBytes); in onStartIncrementalDecode()
DSkPngCodec.h110 virtual void setRange(int firstRow, int lastRow, void* dst, size_t rowBytes) = 0;
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_gain_map.cpp144 uint32 lastRow = static_cast<uint32> (fMap.Points ().v - 1); in dng_gain_map_interpolator() local
146 if (rowIndexF >= static_cast<real64> (lastRow)) in dng_gain_map_interpolator()
149 fRowIndex1 = lastRow; in dng_gain_map_interpolator()
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfread.c953 FT_FRAME_USHORT_LE( lastRow ),
969 FT_FRAME_USHORT( lastRow ),
1026 enc->firstRow, enc->lastRow )); in pcf_get_encodings()
1033 enc->firstRow > enc->lastRow || in pcf_get_encodings()
1034 enc->lastRow > 0xFF ) in pcf_get_encodings()
1038 (FT_ULong)( enc->lastRow - enc->firstRow + 1 ); in pcf_get_encodings()
1054 defaultCharRow > enc->lastRow || in pcf_get_encodings()
1114 for ( i = enc->firstRow; i <= enc->lastRow; i++ ) in pcf_get_encodings()
Dpcf.h112 FT_UShort lastRow; member
Dpcfdrivr.c113 if ( charcode > (FT_UInt32)( enc->lastRow * 256 + enc->lastCol ) || in pcf_cmap_char_index()
142 while ( charcode < (FT_UInt32)( enc->lastRow * 256 + enc->lastCol ) ) in pcf_cmap_char_next()
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c49 copy_matrix(float *value, const float *m, unsigned firstRow, unsigned lastRow) in copy_matrix() argument
54 assert(lastRow < 4); in copy_matrix()
56 for (i = 0, row = firstRow; row <= lastRow; row++) { in copy_matrix()
65 copy_matrix_transposed(float *value, const float *m, unsigned firstRow, unsigned lastRow) in copy_matrix_transposed() argument
68 assert(lastRow < 4); in copy_matrix_transposed()
71 (lastRow - firstRow + 1) * 4 * sizeof(GLfloat)); in copy_matrix_transposed()
1297 const GLuint lastRow = (GLuint) state[3]; in _mesa_program_state_string() local
1302 if (firstRow == lastRow) in _mesa_program_state_string()
1305 sprintf(tmp, "row[%d..%d]", firstRow, lastRow); in _mesa_program_state_string()