HomeSort by relevance Sort by last modified time
    Searched refs:rowPtr (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/text/
GrDistanceFieldAdjustTable.cpp 73 uint8_t* rowPtr = data.get() + row*width;
75 if (rowPtr[col] <= 127 && rowPtr[col + 1] >= 128) {
77 float interp = (127.5f - rowPtr[col]) / (rowPtr[col + 1] - rowPtr[col]);
  /external/opencv3/modules/cudaimgproc/src/cuda/
hist.cu 67 const unsigned int* rowPtr = (const unsigned int*) (src + y * step);
72 unsigned int data = rowPtr[x];
84 unsigned int data = ((const uchar*)rowPtr)[x];
138 const uchar* rowPtr = src + y * step;
139 const uint* rowPtr4 = (uint*) rowPtr;
156 const uchar data = rowPtr[x];
  /frameworks/native/opengl/libagl/
dxt.cpp 211 uint16_t* rowPtr = (uint16_t*)surface;
212 for (int base_y = 0; base_y < height; base_y += 4, rowPtr += 4*stride) {
213 uint16_t *blockPtr = rowPtr;
323 uint32_t* rowPtr = (uint32_t*)surface;
324 for (int base_y = 0; base_y < height; base_y += 4, rowPtr += 4*stride) {
325 uint32_t *blockPtr = rowPtr;
447 uint32_t* rowPtr = (uint32_t*)surface;
448 for (int base_y = 0; base_y < height; base_y += 4, rowPtr += 4*stride) {
449 uint32_t *blockPtr = rowPtr;
  /external/skia/third_party/ktx/
ktx.cpp 532 const uint8_t* rowPtr = src;
535 const uint32_t* pixelsPtr = reinterpret_cast<const uint32_t*>(rowPtr);
547 rowPtr += bitmap.rowBytes();
551 if (!stream->write(rowPtr, bpp*width)) {
554 rowPtr += bitmap.rowBytes();
  /external/eigen/Eigen/src/Core/
Visitor.h 209 DenseBase<Derived>::maxCoeff(IndexType* rowPtr, IndexType* colPtr) const
213 *rowPtr = maxVisitor.row;
  /external/skia/src/codec/
SkSampledCodec.cpp 264 void* rowPtr = SkTAddOffset<void>(pixels, rowBytes * get_dst_coord(srcY, sampleY));
265 SkSampler::Fill(fillInfo, rowPtr, rowBytes, fillValue, options.fZeroInitialized);
  /external/vulkan-validation-layers/demos/
cube.c     [all...]

Completed in 1066 milliseconds