HomeSort by relevance Sort by last modified time
    Searched refs:RectType (Results 1 - 25 of 26) sorted by null

1 2

  /external/skia/bench/
RectanizerBench.cpp 38 enum RectType {
44 RectanizerBench(RectanizerType rectanizerType, RectType rectType)
47 , fRectType(rectType) {
117 RectType fRectType;
  /external/skqp/bench/
RectanizerBench.cpp 38 enum RectType {
44 RectanizerBench(RectanizerType rectanizerType, RectType rectType)
47 , fRectType(rectType) {
117 RectType fRectType;
  /external/skqp/src/core/
SkLatticeIter.h 57 SkTArray<SkCanvas::Lattice::RectType> fRectTypes;
SkCanvasPriv.cpp 48 lattice->fRectTypes = buffer.skipT<SkCanvas::Lattice::RectType>(flagCount);
59 SkAlign4(flagCount * sizeof(SkCanvas::Lattice::RectType)) +
SkDraw.h 100 enum RectType {
112 * Iff RectType == kStroke_RectType, then strokeSize is set to the device
115 static RectType ComputeRectType(const SkPaint&, const SkMatrix&,
SkLatticeIter.cpp 173 const SkCanvas::Lattice::RectType* flags = lattice.fRectTypes;
SkRecords.h 259 PODArray<SkCanvas::Lattice::RectType> flags;
SkDraw.cpp 689 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint,
692 RectType rtype;
755 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
    [all...]
SkLiteDL.cpp 336 pod<SkCanvas::Lattice::RectType>(this, (xs+ys)*sizeof(int)+
627 size_t bytes = (xs + ys) * sizeof(int) + fs * sizeof(SkCanvas::Lattice::RectType)
  /external/skia/src/core/
SkCanvasPriv.cpp 48 lattice->fRectTypes = buffer.skipT<SkCanvas::Lattice::RectType>(flagCount);
59 SkAlign4(flagCount * sizeof(SkCanvas::Lattice::RectType)) +
SkLatticeIter.h 68 SkTArray<SkCanvas::Lattice::RectType> fRectTypes;
SkDraw.h 101 enum RectType {
113 * Iff RectType == kStroke_RectType, then strokeSize is set to the device
116 static RectType ComputeRectType(const SkPaint&, const SkMatrix&,
SkLatticeIter.cpp 172 const SkCanvas::Lattice::RectType* flags = lattice.fRectTypes;
SkRecords.h 259 PODArray<SkCanvas::Lattice::RectType> flags;
SkDraw.cpp 694 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint,
697 RectType rtype;
760 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
    [all...]
SkLiteDL.cpp 336 pod<SkCanvas::Lattice::RectType>(this, (xs+ys)*sizeof(int)+
627 size_t bytes = (xs + ys) * sizeof(int) + fs * sizeof(SkCanvas::Lattice::RectType)
  /frameworks/base/libs/hwui/
NinePatchUtils.h 57 SkCanvas::Lattice::RectType* flags, int numFlags, const Res_png_9patch& chunk,
61 sk_bzero(flags, numFlags * sizeof(SkCanvas::Lattice::RectType));
  /external/pdfium/core/fxcrt/
fx_coordinates.h 371 using RectType = CFX_RTemplate<BaseType>;
407 CFX_RTemplate(const RectType& other)
426 RectType& operator+=(const PointType& p) {
431 RectType& operator-=(const PointType& p) {
468 void Inflate(const RectType& rt) {
487 void Deflate(const RectType& rt) {
499 bool Contains(const RectType& rt) const {
528 void Union(const RectType& rt) {
540 void Intersect(const RectType& rt) {
552 bool IntersectWith(const RectType& rt) const
    [all...]
  /external/skia/gm/
lattice.cpp 161 SkCanvas::Lattice::RectType flags[36];
162 sk_bzero(flags, 36 * sizeof(SkCanvas::Lattice::RectType));
289 SkCanvas::Lattice::RectType flags[9];
290 sk_bzero(flags, 9 * sizeof(SkCanvas::Lattice::RectType));
  /external/skqp/gm/
lattice.cpp 161 SkCanvas::Lattice::RectType flags[36];
162 sk_bzero(flags, 36 * sizeof(SkCanvas::Lattice::RectType));
289 SkCanvas::Lattice::RectType flags[9];
290 sk_bzero(flags, 9 * sizeof(SkCanvas::Lattice::RectType));
  /external/skqp/src/gpu/ops/
GrLatticeOp.cpp 248 std::unique_ptr<SkCanvas::Lattice::RectType[]> flags;
276 flags.reset(new SkCanvas::Lattice::RectType[n]);
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaRecordingCanvas.cpp 210 SkAutoSTMalloc<25, SkCanvas::Lattice::RectType> flags(numFlags);
  /external/skia/src/gpu/ops/
GrLatticeOp.cpp 368 std::unique_ptr<SkCanvas::Lattice::RectType[]> flags;
403 flags.reset(new SkCanvas::Lattice::RectType[n]);
  /external/skia/include/core/
SkCanvas.h     [all...]
  /external/skqp/include/core/
SkCanvas.h     [all...]

Completed in 1265 milliseconds

1 2