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

  /external/skia/experimental/iOSSampleApp/Shared/
SkOptionsTableViewController.h 7 UITableViewCell* fCell;
11 @property (nonatomic, retain) UITableViewCell* fCell;
  /external/skia/src/views/mac/
SkOptionsTableView.h 14 NSCell* fCell;
18 @property (nonatomic, retain) NSCell* fCell;
  /external/skia/samplecode/
SampleFilterQuality.cpp 133 SkSize fCell;
140 fCell.set(256, 256);
216 canvas->translate(SkScalarHalf(fCell.width() - fImage->width()),
217 SkScalarHalf(fCell.height() - fImage->height()));
225 SkScalarHalf(fCell.width() - zoomed->width()),
226 SkScalarHalf(fCell.height() - zoomed->height()));
235 SkRect r = SkRect::MakeWH(fCell.width() * 2, fCell.height() * 2);
243 fCell.set(this->height() / 2, this->height() / 2);
252 canvas->translate(fCell.width() * x, fCell.height() * y)
    [all...]

Completed in 154 milliseconds