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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 294 * Get the baseline of a given label. That's how many pixels from the top of
295 * the label to the text baseline. (This is equivalent to the negative of
299 * @return the baseline in pixels.
302 return mLabels.get(labelID).baseline;
371 public Label(float width, float height, float baseLine,
375 this.baseline = baseLine;
386 public float baseline; field in class:LabelMaker.Label
  /external/chromium_org/third_party/WebKit/Source/wtf/
ListHashSetTest.cpp 543 int baseLine = Complicated::s_objectsConstructed;
547 EXPECT_EQ(baseLine, Complicated::s_objectsConstructed);
551 EXPECT_EQ(baseLine, Complicated::s_objectsConstructed);
557 EXPECT_EQ(baseLine, Complicated::s_objectsConstructed);
561 EXPECT_EQ(baseLine, Complicated::s_objectsConstructed);
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp     [all...]

Completed in 149 milliseconds