Home | History | Annotate | Download | only in pipe

Lines Matching refs:needOpBytes

208         if (notifyReaders && this->needOpBytes()) {
323 bool needOpBytes(size_t size = 0);
370 if (this->needOpBytes(SkWriter32::WriteStringSize(name, len))) {
384 if (this->needOpBytes(size)) {
412 if (this->needOpBytes(flatSize)) {
447 if (this->needOpBytes()) {
457 needOpBytes(sizeof(void*))) {
472 bool SkGPipeCanvas::needOpBytes(size_t needed) {
504 if (this->needOpBytes(size)) {
520 if (this->needOpBytes()) {
542 if (this->needOpBytes(size)) {
560 if (this->needOpBytes()) {
576 if (this->needOpBytes(2 * sizeof(SkScalar))) {
584 if (this->needOpBytes(2 * sizeof(SkScalar))) {
592 if (this->needOpBytes(m.writeToMemory(NULL))) {
619 if (this->needOpBytes(matrix.writeToMemory(NULL))) {
629 if (this->needOpBytes(sizeof(SkRect))) {
643 if (this->needOpBytes(kSizeOfFlatRRect)) {
657 if (this->needOpBytes(path.writeToMemory(NULL))) {
671 if (this->needOpBytes(region.writeToMemory(NULL))) {
686 if (this->needOpBytes(sizeof(SkColor))) {
697 if (this->needOpBytes()) {
707 if (this->needOpBytes(4 + count * sizeof(SkPoint))) {
718 if (this->needOpBytes(sizeof(SkRect))) {
727 if (this->needOpBytes(sizeof(SkRect))) {
736 if (this->needOpBytes(kSizeOfFlatRRect)) {
746 if (this->needOpBytes(kSizeOfFlatRRect * 2)) {
756 if (this->needOpBytes(path.writeToMemory(NULL))) {
774 // This needs to run first so its calls to needOpBytes() and its writes
775 // don't interlace with the needOpBytes() and write below.
782 if (this->needOpBytes(opBytesNeeded)) {
865 if (this->needOpBytes(4 + SkAlign4(byteLength) + 2 * sizeof(SkScalar))) {
881 if (this->needOpBytes(4 + SkAlign4(byteLength) + 4 + count * sizeof(SkPoint))) {
897 if (this->needOpBytes(4 + SkAlign4(byteLength) + 4 + count * sizeof(SkScalar) + 4)) {
919 if (this->needOpBytes(size)) {
975 if (this->needOpBytes(size)) {
1005 if (this->needOpBytes(4 + SkAlign4(size))) {
1125 } else if (this->needOpBytes(sizeof(void*))) {
1157 if (size && this->needOpBytes(size)) {
1170 if (this->needOpBytes()) {
1177 if (this->needOpBytes(size)) {