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

  /external/qemu/android/skin/
scaler.c 72 } ScaleOp;
114 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/
DisplayListOp.h 418 class ScaleOp : public StateOp {
420 ScaleOp(float sx, float sy)
    [all...]

Completed in 69 milliseconds