Lines Matching refs:read32
163 uint32_t packedFlags = reader.read32(); in read_paint()
164 uint32_t extra = reader.read32(); in read_paint()
186 paint.setColor(reader.read32()); in read_paint()
325 int count = reader.read32(); in drawAtlas_handler()
355 len = reader.read32(); in drawText_handler()
367 len = reader.read32(); in drawPosText_handler()
370 int count = reader.read32(); in drawPosText_handler()
381 len = reader.read32(); in drawPosTextH_handler()
384 int count = reader.read32(); in drawPosTextH_handler()
399 byteLength = reader.read32(); in drawTextOnPath_handler()
424 len = reader.read32(); in drawTextRSXform_handler()
427 int count = reader.read32(); in drawTextRSXform_handler()
465 size = reader.read32(); in drawRegion_handler()
494 int count = reader.read32(); in drawPoints_handler()
552 lattice.fXCount = reader.read32(); in drawImageLattice_handler()
556 lattice.fYCount = reader.read32(); in drawImageLattice_handler()
610 len = reader.read32(); in drawAnnotation_handler()
615 uint32_t size = reader.read32(); in drawAnnotation_handler()
853 packedVerb = reader.read32(); // read the next verb in readImage()
883 packedVerb = reader.read32(); // read the next verb in readPicture()
903 uint32_t packedVerb = reader.read32(); in do_playback()