HomeSort by relevance Sort by last modified time
    Searched defs:dataHeight (Results 1 - 5 of 5) sorted by null

  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 37 private final int dataHeight;
41 public PlanarYUVLuminanceSource(byte[] yuvData, int dataWidth, int dataHeight, int left, int top,
45 if (left + width > dataWidth || top + height > dataHeight) {
51 this.dataHeight = dataHeight;
80 if (width == dataWidth && height == dataHeight) {
  /external/skia/src/core/
SkDistanceFieldGen.cpp 69 int dataWidth, int dataHeight,
351 int dataHeight = height + 2*pad;
354 SkAutoFree storage(sk_calloc_throw(dataWidth*dataHeight*(sizeof(DFData) + 1)));
356 unsigned char* edgePtr = (unsigned char*)storage.get() + dataWidth*dataHeight*sizeof(DFData);
360 dataWidth, dataHeight,
364 init_distances(dataPtr, edgePtr, dataWidth, dataHeight);
371 for (int j = 1; j < dataHeight-1; ++j) {
399 currData = dataPtr+dataWidth*(dataHeight-2) - 1; // skip outer buffer
400 currEdge = edgePtr+dataWidth*(dataHeight-2) - 1;
401 for (int j = 1; j < dataHeight-1; ++j)
    [all...]
  /external/skqp/src/core/
SkDistanceFieldGen.cpp 69 int dataWidth, int dataHeight,
351 int dataHeight = height + 2*pad;
354 SkAutoFree storage(sk_calloc_throw(dataWidth*dataHeight*(sizeof(DFData) + 1)));
356 unsigned char* edgePtr = (unsigned char*)storage.get() + dataWidth*dataHeight*sizeof(DFData);
360 dataWidth, dataHeight,
364 init_distances(dataPtr, edgePtr, dataWidth, dataHeight);
371 for (int j = 1; j < dataHeight-1; ++j) {
399 currData = dataPtr+dataWidth*(dataHeight-2) - 1; // skip outer buffer
400 currEdge = edgePtr+dataWidth*(dataHeight-2) - 1;
401 for (int j = 1; j < dataHeight-1; ++j)
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cDrawIndirectTests.cpp 1070 int dataWidth, dataHeight;
1071 getDataSize(dataWidth, dataHeight);
1073 CDataArray dataTest(dataWidth * dataHeight, 0);
1077 DataGen<unsigned int>(dataRef1, dataWidth, dataHeight, 0, 50);
1086 result.sub_result(DataCompare(dataRef1, dataWidth, dataHeight, dataTest, dataWidth, dataHeight));
1089 DataGen<unsigned int>(dataRef2, dataWidth, dataHeight, 10, 70);
1098 result.sub_result(DataCompare(dataRef2, dataWidth, dataHeight, dataTest, dataWidth, dataHeight));
1109 DataGen<unsigned int>(dataRef5, dataWidth, dataHeight, 0, 50)
    [all...]
  /external/zxing/core/
core.jar 

Completed in 1012 milliseconds