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

  /external/skia/src/pipe/
SkGPipeWrite.cpp 177 if (this->needOpBytes()) {
288 bool needOpBytes(size_t size = 0);
333 if (this->needOpBytes(len)) {
347 if (this->needOpBytes(size)) {
375 if (this->needOpBytes(flatSize)) {
433 if (this->needOpBytes()) {
444 if (this->needOpBytes(sizeof(void*))) {
459 bool SkGPipeCanvas::needOpBytes(size_t needed) {
489 if (this->needOpBytes(size)) {
505 if (this->needOpBytes()) {
    [all...]
  /external/skia/legacy/src/pipe/
SkGPipeWrite.cpp 80 if (this->needOpBytes()) {
152 bool needOpBytes(size_t size = 0);
222 if (this->needOpBytes(len)) {
258 bool SkGPipeCanvas::needOpBytes(size_t needed) {
283 if (this->needOpBytes(size)) {
299 if (this->needOpBytes()) {
320 if (this->needOpBytes(size)) {
333 if (this->needOpBytes()) {
342 if (this->needOpBytes(2 * sizeof(SkScalar))) {
354 if (this->needOpBytes(2 * sizeof(SkScalar)))
    [all...]

Completed in 3423 milliseconds