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

  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.cpp 73 int alignedWidth = 0;
79 alignedWidth,
82 ovutils::Whf info(alignedWidth,
197 int alignedWidth = 0;
203 alignedWidth,
206 ovutils::Whf info(alignedWidth,
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 38 const int alignedWidth = (img_width/packetSize)*packetSize;
59 for(int x = 0; x < alignedWidth; x += packetSize, pix += packetSize)
105 for(int x = alignedWidth; x < img_width; x++, pix++)

Completed in 46 milliseconds