OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
161
SkSize
fCell
;
168
fCell
.set(256, 256);
244
canvas->translate(SkScalarHalf(
fCell
.width() - fImage->width()),
245
SkScalarHalf(
fCell
.height() - fImage->height()));
253
SkScalarHalf(
fCell
.width() - zoomed->width()),
254
SkScalarHalf(
fCell
.height() - zoomed->height()));
263
SkRect r = SkRect::MakeWH(
fCell
.width() * 2,
fCell
.height() * 2);
271
fCell
.set(this->height() / 2, this->height() / 2);
280
canvas->translate(
fCell
.width() * x, fCell.height() * y)
[
all
...]
Completed in 1062 milliseconds