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

  /external/qemu/android/skin/
scaler.c 72 } ScaleOp;
114 ScaleOp op;
argb.h 223 ARGB_SCALE_GENERIC( ScaleOp* op )
319 scale_05_to_10( ScaleOp* op )
458 scale_up_bilinear( ScaleOp* op )
545 ARGB_SCALE_UP_QUICK_4x4( ScaleOp* op )
799 ARGB_SCALE_NEAREST( ScaleOp* op )
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 165 const MCOperand &ScaleOp = MI->getOperand(OpNum);
167 O << '#' << (64 - ScaleOp.getImm());
  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 198 addStateOp(new (alloc()) ScaleOp(sx, sy));
DisplayListOp.h 418 class ScaleOp : public StateOp {
420 ScaleOp(float sx, float sy)
    [all...]

Completed in 5191 milliseconds