Searched refs:dataHeight (Results 1 – 5 of 5) sorted by relevance
37 private final int dataHeight; field in PlanarYUVLuminanceSource41 public PlanarYUVLuminanceSource(byte[] yuvData, int dataWidth, int dataHeight, int left, int top, in PlanarYUVLuminanceSource() argument45 if (left + width > dataWidth || top + height > dataHeight) { in PlanarYUVLuminanceSource()51 this.dataHeight = dataHeight; in PlanarYUVLuminanceSource()80 if (width == dataWidth && height == dataHeight) { in getMatrix()
1098 int dataWidth, dataHeight; in Run() local1099 getDataSize(dataWidth, dataHeight); in Run()1101 CDataArray dataTest(dataWidth * dataHeight, 0); in Run()1105 DataGen<unsigned int>(dataRef1, dataWidth, dataHeight, 0, 50); in Run()1114 result.sub_result(DataCompare(dataRef1, dataWidth, dataHeight, dataTest, dataWidth, dataHeight)); in Run()1117 DataGen<unsigned int>(dataRef2, dataWidth, dataHeight, 10, 70); in Run()1126 result.sub_result(DataCompare(dataRef2, dataWidth, dataHeight, dataTest, dataWidth, dataHeight)); in Run()1137 DataGen<unsigned int>(dataRef5, dataWidth, dataHeight, 0, 50); in Run()1146 result.sub_result(DataCompare(dataRef5, dataWidth, dataHeight, dataTest, dataWidth, dataHeight)); in Run()1149 DataGen<unsigned int>(dataRef6, dataWidth, dataHeight, 10, 40); in Run()[all …]
73 int dataWidth, int dataHeight, in init_glyph_data() argument356 int dataHeight = height + 2*pad; in generate_distance_field_from_image() local359 SkAutoFree storage(sk_calloc_throw(dataWidth*dataHeight*(sizeof(DFData) + 1))); in generate_distance_field_from_image()361 unsigned char* edgePtr = (unsigned char*)storage.get() + dataWidth*dataHeight*sizeof(DFData); in generate_distance_field_from_image()365 dataWidth, dataHeight, in generate_distance_field_from_image()369 init_distances(dataPtr, edgePtr, dataWidth, dataHeight); in generate_distance_field_from_image()376 for (int j = 1; j < dataHeight-1; ++j) { in generate_distance_field_from_image()404 currData = dataPtr+dataWidth*(dataHeight-2) - 1; // skip outer buffer in generate_distance_field_from_image()405 currEdge = edgePtr+dataWidth*(dataHeight-2) - 1; in generate_distance_field_from_image()406 for (int j = 1; j < dataHeight-1; ++j) { in generate_distance_field_from_image()[all …]
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...