HomeSort by relevance Sort by last modified time
    Searched refs:needOpBytes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 213 if (notifyReaders && this->needOpBytes()) {
324 bool needOpBytes(size_t size = 0);
371 if (this->needOpBytes(len)) {
385 if (this->needOpBytes(size)) {
413 if (this->needOpBytes(flatSize)) {
453 if (this->needOpBytes()) {
463 if (this->needOpBytes(sizeof(void*))) {
478 bool SkGPipeCanvas::needOpBytes(size_t needed) {
509 if (this->needOpBytes(size)) {
525 if (this->needOpBytes()) {
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 213 if (notifyReaders && this->needOpBytes()) {
324 bool needOpBytes(size_t size = 0);
371 if (this->needOpBytes(len)) {
385 if (this->needOpBytes(size)) {
413 if (this->needOpBytes(flatSize)) {
453 if (this->needOpBytes()) {
463 if (this->needOpBytes(sizeof(void*))) {
478 bool SkGPipeCanvas::needOpBytes(size_t needed) {
509 if (this->needOpBytes(size)) {
525 if (this->needOpBytes()) {
    [all...]

Completed in 78 milliseconds