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

  /frameworks/minikin/tests/unittest/
LayoutTest.cpp 567 Layout outLayout = doLayoutWithPrecomputedPieces("I", MinikinPaint(fc), pieces);
568 EXPECT_EQ(MARKER1, outLayout.mAdvances[0]);
578 Layout outLayout = doLayoutWithPrecomputedPieces("II", MinikinPaint(fc), pieces);
580 EXPECT_NE(MARKER1, outLayout.mAdvances[0]);
581 EXPECT_NE(MARKER1, outLayout.mAdvances[1]);
591 Layout outLayout = doLayoutWithPrecomputedPieces("I I", MinikinPaint(fc), pieces);
592 EXPECT_EQ(MARKER1, outLayout.mAdvances[0]);
593 EXPECT_EQ(MARKER1, outLayout.mAdvances[2]);
608 Layout outLayout = doLayoutWithPrecomputedPieces("I V", MinikinPaint(fc), pieces);
609 EXPECT_EQ(MARKER1, outLayout.mAdvances[0])
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
mapper.cpp 583 auto outLayout = va_arg(args, android_flex_layout*);
601 ycbcr_to_flexible_layout(&ycbcr, outLayout);
  /hardware/qcom/display/msm8996/libgralloc/
mapper.cpp 633 auto outLayout = va_arg(args, android_flex_layout*);
651 ycbcr_to_flexible_layout(&ycbcr, outLayout);
  /hardware/interfaces/camera/device/3.4/default/
ExternalCameraDeviceSession.cpp     [all...]

Completed in 347 milliseconds