OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dataHeight
(Results
1 - 3
of
3
) 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/zxing/core/
core.jar
Completed in 2282 milliseconds